{-# LANGUAGE ForeignFunctionInterface #-} module HROOT.Core.TArrayI.FFI where import Foreign.C import Foreign.Ptr import HROOT.Core.TArrayI.RawType foreign import ccall safe "HROOTCoreTArrayI.h TArrayI_delete" c_tarrayi_delete :: Ptr RawTArrayI -> IO ()