Type Alias windows::Win32::UI::WindowsAndMessaging::MSGBOXCALLBACK
pub type MSGBOXCALLBACK = Option<unsafe extern "system" fn(lphelpinfo: *mut HELPINFO)>;
Aliased Type§
enum MSGBOXCALLBACK {
None,
Some(unsafe extern "system" fn(_: *mut HELPINFO)),
}