Py_GetErrorHandler method Null safety
Implementation
int Py_GetErrorHandler(
ffi.Pointer<ffi.Int8> errors,
) {
return _Py_GetErrorHandler(
errors,
);
}
int Py_GetErrorHandler(
ffi.Pointer<ffi.Int8> errors,
) {
return _Py_GetErrorHandler(
errors,
);
}