Py_ctype_table property Null safety

Pointer<Uint32> Py_ctype_table

Implementation

ffi.Pointer<ffi.Uint32> get Py_ctype_table => _Py_ctype_table.value;
void Py_ctype_table= (Pointer<Uint32> value)

Implementation

set Py_ctype_table(ffi.Pointer<ffi.Uint32> value) =>
    _Py_ctype_table.value = value;