hb_map_hash function

  1. @Native<UnsignedInt Function(Pointer<hb_map_t>)>(ffi.Pointer<hb_map_t>)>()
int hb_map_hash(
  1. Pointer<hb_map_t> map
)

Implementation

@ffi.Native<ffi.UnsignedInt Function(ffi.Pointer<hb_map_t>)>()
external int hb_map_hash(ffi.Pointer<hb_map_t> map);