hdf5-1.8.9: src/Bindings/HDF5/Raw/H5MM.hsc
#include <bindings.h> #include <H5MMpublic.h> module Bindings.HDF5.Raw.H5MM where import Foreign.C.Types import Foreign.Ptr type H5MM_allocate_t info mem = FunPtr (CSize -> Ptr info -> IO (Ptr mem)) type H5MM_free_t info mem = FunPtr (Ptr mem -> Ptr info -> IO ())