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