Function pyo3::ffi::PySet_Contains

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