pub unsafe extern "C" fn SUNLinSolSetATimes_SPGMR(
    S: SUNLinearSolver,
    A_data: *mut c_void,
    ATimes: ATimesFn
) -> c_int