/* Returns a str() containing the hex representation of argbuf. */PyAPI_FUNC(PyObject*)_Py_strhex(constchar*argbuf,constPy_ssize_targlen);/* Returns a bytes() containing the ASCII hex representation of argbuf. */PyAPI_FUNC(PyObject*)_Py_strhex_bytes(constchar*argbuf,constPy_ssize_targlen);