hb_map_next function
Pass -1 in for idx to get started.
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<hb_map_t>,
ffi.Pointer<ffi.Int>,
ffi.Pointer<ffi.Uint32>,
ffi.Pointer<ffi.Uint32>,
)
>()
external int hb_map_next(
ffi.Pointer<hb_map_t> map,
ffi.Pointer<ffi.Int> idx,
ffi.Pointer<ffi.Uint32> key,
ffi.Pointer<ffi.Uint32> value,
);