Py_CheckRecursiveCall method Null safety

int Py_CheckRecursiveCall (
  1. Pointer<Int8> where
)

Implementation

int Py_CheckRecursiveCall(
  ffi.Pointer<ffi.Int8> where,
) {
  return _Py_CheckRecursiveCall(
    where,
  );
}