pub unsafe extern "C" fn aubio_log_set_function(
    fun: aubio_log_function_t,
    data: *mut c_void
)
Expand description

Set logging function for all levels

\param fun the function to be used to log, of type ::aubio_log_function_t \param data optional closure to be passed to the function (can be NULL if nothing to pass)