pyo3_ffi

Function _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.