pyo3_ffi

Function PySet_Add

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