pub unsafe fn CoGetClassObject<T>( rclsid: *const GUID, dwclscontext: CLSCTX, pvreserved: Option<*const c_void>, ) -> Result<T>where T: Interface,