pub unsafe extern "C" fn SCIPgetPtrarrayVal(
    scip: *mut SCIP,
    ptrarray: *mut SCIP_PTRARRAY,
    idx: c_int
) -> *mut c_void
Expand description

gets value of entry in dynamic array