pub async fn cancel_transfer( transfer_id: String, state: State<'_, TransferState>, window: WebviewWindow, ) -> Result<(), String>