pub type DataTransformer = fn(data: &JsonValue) -> Result<Bytes, Error>;
A function pointer of transforming the response data.