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