pub unsafe extern "C" fn obs_output_set_last_error(
    output: *mut obs_output_t,
    message: *const c_char
)
Expand description

Pass a string of the last output error, for UI use