Type Alias harfbuzz_sys::bindings::hb_destroy_func_t
source · pub type hb_destroy_func_t = Option<unsafe extern "C" fn(user_data: *mut c_void)>;
Aliased Type§
enum hb_destroy_func_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}