PyMapping_Items method Null safety
Implementation
ffi.Pointer<PyObject> PyMapping_Items(
ffi.Pointer<PyObject> o,
) {
return _PyMapping_Items(
o,
);
}
ffi.Pointer<PyObject> PyMapping_Items(
ffi.Pointer<PyObject> o,
) {
return _PyMapping_Items(
o,
);
}