pub async fn decode_content<R, MV>( media_type: MediaType, decode_base64: bool, content: JsValue, signature: Option<&str>, ) -> Result<Option<R>, (StatusCode, SmolStr)>where R: FetchDeserializable, MV: MacVerify,