pub unsafe extern "C" fn SCIPmessageSetErrorPrintingDefault()Expand description
Method to set the error printing method to default version prints everything the stderr.
@note The error printing method is a static variable. This means that all occurring errors are handled via this method.