pub trait AFn5<T0, T1, T2, T3, T4>: AFnMut5<T0, T1, T2, T3, T4, Output = Self::Ret> + Fn(T0, T1, T2, T3, T4) { }