Format the unhandled exception and return a null-terminated string. The returned string should be freed by the caller.
ffi.Pointer<ffi.Char> py_formatexc() { return _py_formatexc(); }