pub unsafe extern "C" fn SCIPsetEventhdlrInit(
scip: *mut SCIP,
eventhdlr: *mut SCIP_EVENTHDLR,
eventinit: Option<unsafe extern "C" fn(scip: *mut SCIP, eventhdlr: *mut SCIP_EVENTHDLR) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets initialization callback of the event handler