Converts a Uint8Array to a hexadecimal string representation, prefixed with '0x'.
The Uint8Array to convert.
The hexadecimal string representation (e.g., "0x0a1b2c").
Converts a Uint8Array to a hexadecimal string representation, prefixed with '0x'.