Py_ctype_toupper property

Pointer<UnsignedChar> Py_ctype_toupper

Implementation

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

Implementation

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