async fn toggle_cron_job( env: WasmerEnv, ident: AppIdentArgOpts, cron_job: String, enabled: bool, ) -> Result<(), Error>