PyException_GetContext method Null safety
Implementation
ffi.Pointer<PyObject> PyException_GetContext(
ffi.Pointer<PyObject> arg0,
) {
return _PyException_GetContext(
arg0,
);
}
ffi.Pointer<PyObject> PyException_GetContext(
ffi.Pointer<PyObject> arg0,
) {
return _PyException_GetContext(
arg0,
);
}