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