Py_ctype_table property

Pointer<UnsignedInt> Py_ctype_table

Implementation

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

Implementation

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