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