hb_calloc function

  1. @Native<Pointer<Void> Function(Size, Size)>(ffi.Size, ffi.Size)>()
Pointer<Void> hb_calloc(
  1. int nmemb,
  2. int size
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Size, ffi.Size)>()
external ffi.Pointer<ffi.Void> hb_calloc(int nmemb, int size);