Type Alias UEnumCharNamesFn

Source
pub type UEnumCharNamesFn = Option<unsafe extern "C" fn(context: *mut c_void, code: UChar32, nameChoice: UCharNameChoice, name: *const c_char, length: i32) -> UBool>;

Aliased Type§

enum UEnumCharNamesFn {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, UCharNameChoice, *const i8, i32) -> i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, i32, UCharNameChoice, *const i8, i32) -> i8)

Some value of type T.