hb_map_update function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<hb_map_t>, ffi.Pointer<hb_map_t>)>()
external void hb_map_update(
ffi.Pointer<hb_map_t> map,
ffi.Pointer<hb_map_t> other,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<hb_map_t>, ffi.Pointer<hb_map_t>)>()
external void hb_map_update(
ffi.Pointer<hb_map_t> map,
ffi.Pointer<hb_map_t> other,
);