Py_ctype_toupper property Null safety

Pointer<Uint8> Py_ctype_toupper

Implementation

ffi.Pointer<ffi.Uint8> get Py_ctype_toupper => _Py_ctype_toupper.value;
void Py_ctype_toupper= (Pointer<Uint8> value)

Implementation

set Py_ctype_toupper(ffi.Pointer<ffi.Uint8> value) =>
    _Py_ctype_toupper.value = value;