pub type WINSTAENUMPROCA = Option<unsafe extern "system" fn(param0: PCSTR, param1: LPARAM) -> BOOL>;
enum WINSTAENUMPROCA { None, Some(unsafe extern "system" fn(_: PCSTR, _: LPARAM) -> BOOL), }
No value.
Some value of type T.
T