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