pub unsafe extern "C" fn N_VLinearSum_Serial(
    a: realtype,
    x: N_Vector,
    b: realtype,
    y: N_Vector,
    z: N_Vector
)