Function pyo3_ffi::PySet_Contains

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