pub(crate) fn hex_to_bytes(s: &str) -> Option<Vec<u8>>
16進文字列をバイト列へデコードする(Uint8Array.fromHex)。奇数長や不正文字は None。
Uint8Array.fromHex
None