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