pub unsafe extern "C" fn N_VDotProdMulti_Serial(
    nvec: c_int,
    x: N_Vector,
    Y: *mut N_Vector,
    dotprods: *mut realtype
) -> c_int