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