PySlice_AdjustIndices method Null safety
Implementation
int PySlice_AdjustIndices(
int length,
ffi.Pointer<ffi.Int64> start,
ffi.Pointer<ffi.Int64> stop,
int step,
) {
return _PySlice_AdjustIndices(
length,
start,
stop,
step,
);
}