pub unsafe extern "C" fn SCIPnlhdlrSetInitExit(
nlhdlr: *mut SCIP_NLHDLR,
init: Option<unsafe extern "C" fn(scip: *mut SCIP, nlhdlr: *mut SCIP_NLHDLR) -> SCIP_RETCODE>,
exit: Option<unsafe extern "C" fn(scip: *mut SCIP, nlhdlr: *mut SCIP_NLHDLR) -> SCIP_RETCODE>,
)Expand description
sets the initialization and deinitialization callback of a nonlinear handler