pub unsafe extern "C" fn Highs_stopCallback(
highs: *mut c_void,
callback_type: HighsInt,
) -> HighsIntExpand 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.