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