# Functions
BytesToString change []byte to string without copy.
GenRandomBytes generate random bytes using HMAC256(seed, randomCounter) truncate return []byte to size length.
SdNotify send stateMsg to systemd return error if NOTIFY_SOCKET not exist or send stateMsg failed.
StringToBytes change string to []byte without copy.