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.