pub fn decode_data_uri(uri: &str) -> Result<Vec<u8>, String>
Parse a base64 data URI into raw bytes (any data:*;base64, media type).
data:*;base64,