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