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