pub type PFNMSGECALLBACK = Option<unsafe extern "system" fn(bverbose: BOOL, lpmessage: PCWSTR) -> u32>;
enum PFNMSGECALLBACK { None, Some(unsafe extern "system" fn(_: i32, _: *const u16) -> u32), }
No value.
Some value of type T.
T