Function PCKPacker.pckStart

Creates a new PCK file with the name pck_name. The .pck file extension isn't added automatically, so it should be part of pck_name (even though it's not required).

godot.core.defs.GodotError pckStart (
  const(String) pck_name,
  const(long) alignment = 0L
) nothrow @nogc;