# Functions
ReadHeader reads the GPT header and partition entries.
# Constants
ENTRY_SIZE is the size of the Entry struct.
HEADER_SIZE is the size of the Header struct.
"EFI PART".
NumEntries is the number of entries in the GPT.
# Interfaces
HeaderReader is an interface for reading GPT headers.