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