pub unsafe extern "C" fn SCIPmessageVFPrintInfo(
messagehdlr: *mut SCIP_MESSAGEHDLR,
file: *mut FILE,
formatstr: *const c_char,
ap: *mut __va_list_tag,
)Expand description
prints a message into a file, acting like the vfprintf() command