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

Stop callback of given type

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

@returns A kHighsStatus constant indicating whether the call succeeded.