Function Py_IsNone

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