pub type UTextClone = Option<unsafe extern "C" fn(dest: *mut UText, src: *const UText, deep: UBool, status: *mut UErrorCode) -> *mut UText>;
Aliased Type§
enum UTextClone {
None,
Some(unsafe extern "C" fn(_: *mut UText, _: *const UText, _: i8, _: *mut UErrorCode) -> *mut UText),
}