pub unsafe extern "C" fn GRBgetvarbyname(
    model: *mut GRBmodel,
    name: c_str,
    varnumP: *mut c_int
) -> c_int