pyo3_ffi

Function PySet_Contains

Source
pub unsafe extern "C" fn PySet_Contains(
    anyset: *mut PyObject,
    key: *mut PyObject,
) -> c_int