pub unsafe extern "C" fn SUNLinSolSolve_SPTFQMR(
    S: SUNLinearSolver,
    A: SUNMatrix,
    x: N_Vector,
    b: N_Vector,
    tol: realtype
) -> c_int