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),
}