[][src]Function pyo3::ffi::PySet_Discard

pub unsafe extern "C" fn PySet_Discard(
    set: *mut PyObject,
    key: *mut PyObject
) -> c_int