pub type SENDASYNCPROC = Option<unsafe extern "system" fn(HWND, UINT, ULONG_PTR, LRESULT)>;
pub enum SENDASYNCPROC { None, Some(unsafe extern "system" fn(*mut HWND__, u32, usize, isize)), }
No value.
Some value of type T.
T