def b2a_hex(val: any) -> bytes: ... def a2b_hex(val: str) -> bytes: ...