pub unsafe extern "C" fn N_VLinearCombination_Serial(
    nvec: c_int,
    c: *mut realtype,
    V: *mut N_Vector,
    z: N_Vector
) -> c_int