# Functions
BytesToBool converts a byte slice to a bool.
BytesToFloat32 converts a byte slice to a float32.
BytesToFloat64 converts a byte slice to a float64.
BytesToHexString converts a byte slice into a hex string.
BytesToInt16 converts a slice of bytes to an int16.
BytesToInt32 converts a slice into int32; only maximum of 4 bytes will be used.
BytesToInt64 converts a slice into int64; only maximum of 8 bytes will be used.
BytesToUint16 converts a byte slice to a uint16.
BytesToUint32 converts a slice into uint32; only maximum of 4 bytes will be used.
LittleBytesToInt32 converts a slice into int32; only maximum of 4 bytes will be used.
VarBytesToInt64 will convert a 8, 4 or 2 byte slice into an int64.
# Constants
SizeOfInt32 defines the size of int32.
SizeOfInt64 defines the size of int64.
# Variables
Arch32Bits defines if the system is 32 bits.
Arch64Bits defines if the system is 64 bits.
SizeOfInt defines the size of native int.