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