pub type UCharEnumTypeRange = Option<unsafe extern "C" fn(context: *const c_void, start: UChar32, limit: UChar32, type_: UCharCategory) -> UBool>;
Aliased Type§
enum UCharEnumTypeRange {
None,
Some(unsafe extern "C" fn(*const c_void, i32, i32, UCharCategory) -> i8),
}