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