pub 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>;

Aliased Type§

enum hb_unicode_compose_func_t {
    None,
    Some(unsafe extern "C" fn(_: *mut hb_unicode_funcs_t, _: u32, _: u32, _: *mut u32, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut hb_unicode_funcs_t, _: u32, _: u32, _: *mut u32, _: *mut c_void) -> i32)

Some value of type T.