# Functions
HasQuotes checks if the first and last characters are either " or '.
IsEmpty returns true if bytes contains only zero values, or has len 0.
TrimQuotes removes the first and last character if they are both either " or ', otherwise it is a noop.