PyMapping_GetItemString method Null safety
Implementation
ffi.Pointer<PyObject> PyMapping_GetItemString(
ffi.Pointer<PyObject> o,
ffi.Pointer<ffi.Int8> key,
) {
return _PyMapping_GetItemString(
o,
key,
);
}
ffi.Pointer<PyObject> PyMapping_GetItemString(
ffi.Pointer<PyObject> o,
ffi.Pointer<ffi.Int8> key,
) {
return _PyMapping_GetItemString(
o,
key,
);
}