hb_reference_table_func_tFunction typedef

hb_reference_table_func_tFunction = Pointer<hb_blob_t> Function(Pointer<hb_face_t> face, hb_tag_t tag, Pointer<Void> user_data)

Implementation

typedef hb_reference_table_func_tFunction = ffi.Pointer<hb_blob_t> Function(
  ffi.Pointer<hb_face_t> face,
  hb_tag_t tag,
  ffi.Pointer<ffi.Void> user_data,
);