pub fn write_file_base64(path: &str, b64: &str) -> Result<String, String>
Write binary content (given as base64) to a file. For large media that can’t go through write_file’s String content. Returns the path on success.