Type Alias UTextCopy
pub type UTextCopy = Option<unsafe extern "system" fn(ut: *mut UText, nativestart: i64, nativelimit: i64, nativedest: i64, move: i8, status: *mut UErrorCode)>;Aliased Type§
pub enum UTextCopy {
None,
Some(unsafe extern "system" fn(*mut UText, i64, i64, i64, i8, *mut UErrorCode)),
}