pub type MAPIADMINPROFILES = Option<unsafe extern "system" fn(u32, OutRef<'_, IProfAdmin>) -> HRESULT>;
pub enum MAPIADMINPROFILES { None, Some(unsafe extern "system" fn(u32, OutRef<'_, IProfAdmin>) -> HRESULT), }
No value.
Some value of type T.
T