pub unsafe extern "C" fn SCIPdigraphGetSuccessorsData(
digraph: *mut SCIP_DIGRAPH,
node: c_int,
) -> *mut *mut c_voidExpand description
returns the array of data corresponding to the arcs originating at the given node, or NULL if no data exist; this array must not be changed from outside