pyo3::ffi

Function PySet_Discard

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