MAX_MEMHEX_BYTES
#define HEX_CHARS (MAX_MEMHEX_BYTES*2 + 1)
BUILD_BUG_ON(MAX_MEMHEX_BYTES * 2 >= HEX_CHARS);
start_len = min(len, MAX_MEMHEX_BYTES);