Type Alias PFNSTATUSMESSAGECALLBACK
pub type PFNSTATUSMESSAGECALLBACK = Option<unsafe extern "system" fn(bverbose: BOOL, lpmessage: PCWSTR) -> u32>;Aliased Type§
pub enum PFNSTATUSMESSAGECALLBACK {
None,
Some(unsafe extern "system" fn(BOOL, PCWSTR) -> u32),
}