PyExc_FileExistsError property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_FileExistsError =>
_PyExc_FileExistsError.value;
Implementation
set PyExc_FileExistsError(ffi.Pointer<PyObject> value) =>
_PyExc_FileExistsError.value = value;