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