pub type hb_unicode_eastasian_width_func_t = Option<unsafe extern "C" fn(ufuncs: *mut hb_unicode_funcs_t, unicode: hb_codepoint_t, user_data: *mut c_void) -> c_uint>;
Expand description
hb_unicode_eastasian_width_func_t:
Deprecated: 2.0.0
Aliased Type§
pub enum hb_unicode_eastasian_width_func_t {
None,
Some(unsafe extern "C" fn(*mut hb_unicode_funcs_t, u32, *mut c_void) -> u32),
}