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