pub fn set_map_bytes(
    map_type: MapType,
    map: Vec<(&str, &[u8])>
) -> Result<(), Status>