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