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