Py_ctype_toupper property Null safety
Implementation
ffi.Pointer<ffi.Uint8> get Py_ctype_toupper => _Py_ctype_toupper.value;
Implementation
set Py_ctype_toupper(ffi.Pointer<ffi.Uint8> value) =>
_Py_ctype_toupper.value = value;
ffi.Pointer<ffi.Uint8> get Py_ctype_toupper => _Py_ctype_toupper.value;
set Py_ctype_toupper(ffi.Pointer<ffi.Uint8> value) =>
_Py_ctype_toupper.value = value;