Type Alias windows_sys::Win32::Security::WinWlx::PFNMSGECALLBACK
pub type PFNMSGECALLBACK = Option<unsafe extern "system" fn(bverbose: BOOL, lpmessage: PCWSTR) -> u32>;
Aliased Type§
enum PFNMSGECALLBACK {
None,
Some(unsafe extern "system" fn(_: i32, _: *const u16) -> u32),
}