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