pub type UTextCopy = Option<unsafe extern "C" fn(ut: *mut UText, nativeStart: i64, nativeLimit: i64, nativeDest: i64, move_: UBool, status: *mut UErrorCode)>;
Aliased Type§
enum UTextCopy {
None,
Some(unsafe extern "C" fn(*mut UText, i64, i64, i64, i8, *mut UErrorCode)),
}