pub unsafe extern "C" fn dc1394_log_warning(
format: *const c_char,
...
)Expand description
dc1394_log_warning: logs a nonfatal error condition to the registered facility This function shall be invoked if a nonfatal error condition is encountered. The message passed as argument is delivered to the registered warning reporting function registered before. @param [in] format,…: warning message to be logged, multiple arguments allowed (printf style)