Py_hexdigits property Null safety
Implementation
ffi.Pointer<ffi.Int8> get Py_hexdigits => _Py_hexdigits.value;
Implementation
set Py_hexdigits(ffi.Pointer<ffi.Int8> value) => _Py_hexdigits.value = value;
ffi.Pointer<ffi.Int8> get Py_hexdigits => _Py_hexdigits.value;
set Py_hexdigits(ffi.Pointer<ffi.Int8> value) => _Py_hexdigits.value = value;