lsl_library_info function
Get a string containing library information.
The format of the string shouldn't be used for anything important except giving a debugging person a good idea which exact library version is used.
Implementation
@ffi.Native<NativeLsl_library_info>()
external ffi.Pointer<ffi.Char> lsl_library_info();