export const createSfxMac = (SevenZip.macSfx = function (
    name: string,
    files: string[],
    destination: string | undefined,
    options: Record<string, any> | undefined