pub unsafe extern "C" fn CPXcopysos(
env: CPXCENVptr,
lp: CPXLPptr,
numsos: c_int,
numsosnz: c_int,
sostype: *const c_char,
sosbeg: *const c_int,
sosind: *const c_int,
soswt: *const f64,
sosname: *mut *mut c_char,
) -> c_int