lsl_last_error function

  1. @Native<NativeLsl_last_error>()
Pointer<Char> lsl_last_error()

Return an explanation for the last error

Implementation

@ffi.Native<NativeLsl_last_error>()
external ffi.Pointer<ffi.Char> lsl_last_error();