hb_map_update function

  1. @Native<Void Function(Pointer<hb_map_t>, Pointer<hb_map_t>)>(ffi.Pointer<hb_map_t>, ffi.Pointer<hb_map_t>)>()
void hb_map_update(
  1. Pointer<hb_map_t> map,
  2. Pointer<hb_map_t> other
)

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,
);