lsl_reset_uid function
Reset the UID of the stream info to a new random value.
This can be used to generate a UID if one doesn't exist. @return An immutable library-owned pointer to the new string value. @sa lsl_destroy_string()
Implementation
@ffi.Native<NativeLsl_reset_uid>()
external ffi.Pointer<ffi.Char> lsl_reset_uid(lsl_streaminfo info);