pub unsafe extern "C" fn Highs_getOptionName(
    highs: *const c_void,
    index: HighsInt,
    name: *mut *mut c_char
) -> HighsInt
Expand description

Get the name of an option identified by index

@param highs A pointer to the Highs instance. @param index The index of the option. @param name The name of the option.

@returns A kHighsStatus constant indicating whether the call succeeded.