Function pyo3_ffi::PyUnicode_CompareWithASCIIString

source ยท
pub unsafe extern "C" fn PyUnicode_CompareWithASCIIString(
    left: *mut PyObject,
    right: *const c_char
) -> c_int