The header found at the start of each package list.
package_list_guid: Guidpackage_list_length: u32The size of the package list (in bytes), including the header.
pub const PackageList = extern struct {
package_list_guid: Guid,
/// The size of the package list (in bytes), including the header.
package_list_length: u32,
// TODO implement iterator
}