PyUnicode_TransformDecimalToASCII

Function PyUnicode_TransformDecimalToASCII 

Source
pub unsafe extern "C" fn PyUnicode_TransformDecimalToASCII(
    s: *mut wchar_t,
    length: Py_ssize_t,
) -> *mut PyObject