pub unsafe extern "C" fn SCIPsetNodeselInit(
scip: *mut SCIP,
nodesel: *mut SCIP_NODESEL,
nodeselinit: Option<unsafe extern "C" fn(scip: *mut SCIP, nodesel: *mut SCIP_NODESEL) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets initialization method of node selector