pub type ResponseInterceptor = Arc<dyn Fn(&ResponseData) + Send + Sync>;
Type alias for response interceptor function
pub struct ResponseInterceptor { /* private fields */ }