pub type DLGPROC = Option<unsafe extern "C" fn(arg1: HWND, arg2: UINT, arg3: WPARAM, arg4: LPARAM) -> INT_PTR>;
pub enum DLGPROC { None, Some(unsafe extern "C" fn(*mut HWND__, u32, u64, i64) -> i64), }
No value.
Some value of type T.
T