hb_unicode_decompose_func_tFunction typedef

hb_unicode_decompose_func_tFunction = hb_bool_t Function(Pointer<hb_unicode_funcs_t> ufuncs, hb_codepoint_t ab, Pointer<hb_codepoint_t> a, Pointer<hb_codepoint_t> b, Pointer<Void> user_data)

Implementation

typedef hb_unicode_decompose_func_tFunction =
    hb_bool_t Function(
      ffi.Pointer<hb_unicode_funcs_t> ufuncs,
      hb_codepoint_t ab,
      ffi.Pointer<hb_codepoint_t> a,
      ffi.Pointer<hb_codepoint_t> b,
      ffi.Pointer<ffi.Void> user_data,
    );