pub type LPFNCCSTYLEW = Option<unsafe extern "system" fn(hwndparent: HWND, pccs: *mut CCSTYLEW) -> BOOL>;
pub enum LPFNCCSTYLEW { None, Some(unsafe extern "system" fn(HWND, *mut CCSTYLEW) -> BOOL), }
No value.
Some value of type T.
T