[][src]Function lsl_sys::lsl_destroy_string

pub unsafe extern "C" fn lsl_destroy_string(s: *mut c_char)

Deallocate a string that has been transferred to the application.

Rarely used: the only use case is to deallocate the contents of string-valued samples received from LSL in an application where no free() method is available (e.g., in some scripting languages).