pub unsafe extern "C" fn SCIPsetSepaExitsol(
scip: *mut SCIP,
sepa: *mut SCIP_SEPA,
sepaexitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, sepa: *mut SCIP_SEPA) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets solving process deinitialization method of separator