pub fn drive_multipart_body( name: &str, mime_type: &str, content: &[u8], ) -> (String, Vec<u8>)
multipart/related ボディを組み立てる(メタデータ JSON + メディア本文)。 返り値は (boundary, body_bytes)。Content-Type に boundary を載せる必要がある。