Type Alias windows_sys::Win32::Globalization::UTextNativeLength
pub type UTextNativeLength = Option<unsafe extern "system" fn(ut: *mut UText) -> i64>;
Aliased Type§
enum UTextNativeLength {
None,
Some(unsafe extern "system" fn(_: *mut UText) -> i64),
}