Bindings.HDF5.Raw.H5MM
type H5MM_allocate_t info mem = FunPtr (CSize -> Ptr info -> IO (Ptr mem)) Source #
type H5MM_free_t info mem = FunPtr (Ptr mem -> Ptr info -> IO ()) Source #