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