pub type PREGISTERCLASSNAMEW = Option<unsafe extern "system" fn(LPCWSTR) -> BOOLEAN>;
pub enum PREGISTERCLASSNAMEW { None, Some(unsafe extern "system" fn(*const u16) -> u8), }
No value.
Some value of type T.
T