{-# LANGUAGE ForeignFunctionInterface #-} module HROOT.Core.TArray.FFI where import Foreign.C import Foreign.Ptr import HROOT.Core.TArray.RawType foreign import ccall safe "HROOTCoreTArray.h TArray_delete" c_tarray_delete :: Ptr RawTArray -> IO ()