PyDict_DelItemString method Null safety
Implementation
int PyDict_DelItemString(
ffi.Pointer<PyObject> dp,
ffi.Pointer<ffi.Int8> key,
) {
return _PyDict_DelItemString(
dp,
key,
);
}
int PyDict_DelItemString(
ffi.Pointer<PyObject> dp,
ffi.Pointer<ffi.Int8> key,
) {
return _PyDict_DelItemString(
dp,
key,
);
}