# Functions
Marshal turns data into a byte slice using the system's native endianness.
SyscallOutput prepares a Buffer for a syscall to write into.
Unmarshal a byte slice in the system's native endianness into data.
UnsafeBuffer constructs a Buffer for zero-copy unmarshaling.