GetExceptionMessage method

Pointer<Char> GetExceptionMessage(
  1. int arg0
)

Implementation

ffi.Pointer<ffi.Char> GetExceptionMessage(
  int arg0,
) {
  return _GetExceptionMessage(
    arg0,
  );
}