pub unsafe extern "C" fn Highs_startCallback(
    highs: *mut c_void,
    callback_type: c_int
) -> HighsInt
Expand description

Start callback of given type

@param highs A pointer to the Highs instance. @param callback_type The type of callback to be started

@returns A kHighsStatus constant indicating whether the call succeeded.