Function pyo3_ffi::_PyUnicode_CheckConsistency

source ยท
pub unsafe extern "C" fn _PyUnicode_CheckConsistency(
    op: *mut PyObject,
    check_content: c_int,
) -> c_int
Available on non-Py_LIMITED_API and neither PyPy nor GraalPy only.