pub type LPFNCANUNLOADNOW = Option<unsafe extern "system" fn() -> HRESULT>;
enum LPFNCANUNLOADNOW { None, Some(unsafe extern "system" fn() -> i32), }
No value.
Some value of type T.
T