pub fn apply_callback<A>(data: Vec<u8>, a: &mut A) -> Result<()>where
    A: Any,