{-# LINE 1 "src/Bindings/HDF5/Raw/H5MM.hsc" #-} 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 ())