pub unsafe fn MsiDatabaseImportW<P1, P2>( hdatabase: MSIHANDLE, szfolderpath: P1, szfilename: P2, ) -> u32where P1: Param<PCWSTR>, P2: Param<PCWSTR>,