pub unsafe extern "C" fn SCIPmessageVPrintVerbInfo(
messagehdlr: *mut SCIP_MESSAGEHDLR,
verblevel: SCIP_VERBLEVEL,
msgverblevel: SCIP_VERBLEVEL,
formatstr: *const c_char,
ap: *mut __va_list_tag,
)Expand description
prints a message depending on the verbosity level, acting like the vprintf() command