pub unsafe fn MsiDatabaseOpenViewW<P1>( hdatabase: MSIHANDLE, szquery: P1, phview: *mut MSIHANDLE, ) -> u32where P1: Param<PCWSTR>,