pub fn add_map_value_bytes(
    map_type: MapType,
    key: &str,
    value: &[u8]
) -> Result<(), Status>