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