stbds_hmfree_func function

  1. @Native<Void Function(Pointer<Void>, Size)>(ffi.Pointer<ffi.Void>, ffi.Size)>()
void stbds_hmfree_func(
  1. Pointer<Void> p,
  2. int elemsize
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Size)>()
external void stbds_hmfree_func(ffi.Pointer<ffi.Void> p, int elemsize);