[][src]Type Definition harfbuzz_sys::hb_unicode_compose_func_t

type hb_unicode_compose_func_t = Option<unsafe extern "C" fn(ufuncs: *mut hb_unicode_funcs_t, a: hb_codepoint_t, b: hb_codepoint_t, ab: *mut hb_codepoint_t, user_data: *mut c_void) -> hb_bool_t>;