Function pyo3::ffi::PySet_Contains

source ·
pub unsafe extern "C" fn PySet_Contains(
    anyset: *mut PyObject,
    key: *mut PyObject
) -> i32