Py_ctype_tolower property Null safety

Pointer<Uint8> Py_ctype_tolower

Implementation

ffi.Pointer<ffi.Uint8> get Py_ctype_tolower => _Py_ctype_tolower.value;
void Py_ctype_tolower= (Pointer<Uint8> value)

Implementation

set Py_ctype_tolower(ffi.Pointer<ffi.Uint8> value) =>
    _Py_ctype_tolower.value = value;