stbds_arrfreef function

  1. @Native<Void Function(Pointer<Void> ptr)>(ffi.Pointer<ffi.Void>)>()
void stbds_arrfreef(
  1. Pointer<Void> a
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>()
external void stbds_arrfreef(ffi.Pointer<ffi.Void> a);