pub unsafe extern "C" fn Highs_getInt64InfoValue(
    highs: *const c_void,
    info: *const c_char,
    value: *mut i64
) -> HighsInt
Expand description

Get an int64-valued info value.

@param highs A pointer to the Highs instance. @param info The name of the info item. @param value A reference to an int64 that the result will be stored in.

@returns A kHighsStatus constant indicating whether the call succeeded.