pub unsafe extern "C" fn N_VLinearSumVectorArray_Serial(
    nvec: c_int,
    a: realtype,
    X: *mut N_Vector,
    b: realtype,
    Y: *mut N_Vector,
    Z: *mut N_Vector
) -> c_int