pub fn set_map_value_bytes( _map_type: MapType, _key: &str, _value: Option<&[u8]>, ) -> Result<(), Status>
Sets the map value bytes.