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