get_last_error method

Pointer<Char> get_last_error()

Implementation

ffi.Pointer<ffi.Char> get_last_error() {
  return _get_last_error();
}