hb_map_set function
- @Native<Void Function(Pointer<
hb_map_t> , hb_codepoint_t, hb_codepoint_t)>(ffi.Pointer<hb_map_t>, hb_codepoint_t, hb_codepoint_t)>()
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<hb_map_t>, hb_codepoint_t, hb_codepoint_t)
>()
external void hb_map_set(ffi.Pointer<hb_map_t> map, int key, int value);