PyEval_SliceIndex method Null safety
Implementation
int PyEval_SliceIndex(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<ffi.Int64> arg1,
) {
return _PyEval_SliceIndex(
arg0,
arg1,
);
}
int PyEval_SliceIndex(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<ffi.Int64> arg1,
) {
return _PyEval_SliceIndex(
arg0,
arg1,
);
}