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