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