pub type WNDOBJCHANGEPROC = Option<unsafe extern "system" fn(pwo: *mut WNDOBJ, fl: u32)>;
enum WNDOBJCHANGEPROC { None, Some(unsafe extern "system" fn(_: *mut WNDOBJ, _: u32)), }
No value.
Some value of type T.
T