pub unsafe extern "C" fn SUNDlsMat_bandMatvec(
    a: *mut *mut realtype,
    x: *mut realtype,
    y: *mut realtype,
    n: sunindextype,
    mu: sunindextype,
    ml: sunindextype,
    smu: sunindextype
)