pyo3_ffi

Function PySet_Discard

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