lsl_set_config_filename function
Set the name of the configuration file to be used.
This is a global setting that will be used by all LSL after this function is called. If, and only if, this function is called before the first call to any other LSL function.
Implementation
@ffi.Native<NativeLsl_set_config_filename>()
external void lsl_set_config_filename(ffi.Pointer<ffi.Char> filename);