pub unsafe extern "C" fn Highs_passModel(
    highs: *mut c_void,
    numcol: HighsInt,
    numrow: HighsInt,
    numnz: HighsInt,
    q_num_nz: HighsInt,
    a_format: HighsInt,
    q_format: HighsInt,
    sense: HighsInt,
    offset: f64,
    colcost: *const f64,
    collower: *const f64,
    colupper: *const f64,
    rowlower: *const f64,
    rowupper: *const f64,
    astart: *const HighsInt,
    aindex: *const HighsInt,
    avalue: *const f64,
    qstart: *const HighsInt,
    qindex: *const HighsInt,
    qvalue: *const f64,
    integrality: *const HighsInt
) -> HighsInt