Py_None property Null safety
The Python None object, denoting lack of value. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
Implementation
ffi.Pointer<PyObject> get Py_None => _Py_None;