macro_rules! define_deserialize_test {
    ($api_type:ty, $path_to_data:expr) => { ... };
}