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