pub unsafe fn CoGetObject<P0, T>( pszname: P0, pbindoptions: Option<*const BIND_OPTS>, ) -> Result<T, Error>where P0: Param<PCWSTR>, T: Interface,