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