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