Function PySet_Check

pub unsafe fn PySet_Check(ob: *mut PyObject) -> i32
Available on crate features dep_pyo3 and std only.