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