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