PyNumber_InPlacePower method Null safety
Implementation
ffi.Pointer<PyObject> PyNumber_InPlacePower(
ffi.Pointer<PyObject> o1,
ffi.Pointer<PyObject> o2,
ffi.Pointer<PyObject> o3,
) {
return _PyNumber_InPlacePower(
o1,
o2,
o3,
);
}