pub type MSGBOXCALLBACK = Option<unsafe extern "system" fn(lphelpinfo: *mut HELPINFO)>;
enum MSGBOXCALLBACK { None, Some(unsafe extern "system" fn(_: *mut HELPINFO)), }
No value.
Some value of type T.
T