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