hb_destroy_func_tFunction typedef

hb_destroy_func_tFunction = Void Function(Pointer<Void> user_data)

Implementation

typedef hb_destroy_func_tFunction = ffi.Void Function(
  ffi.Pointer<ffi.Void> user_data,
);