CPXgetincumbentcallbackfunc

Function CPXgetincumbentcallbackfunc 

Source
pub unsafe extern "C" fn CPXgetincumbentcallbackfunc(
    env: CPXCENVptr,
    incumbentcallback_p: *mut Option<unsafe extern "C" fn(xenv: CPXCENVptr, cbdata: *mut c_void, wherefrom: c_int, cbhandle: *mut c_void, objval: f64, x: *mut f64, isfeas_p: *mut c_int, useraction_p: *mut c_int) -> c_int>,
    cbhandle_p: *mut *mut c_void,
) -> c_int