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