pub fn load_and_run_elf_with_caps( elf_data: &[u8], name: &'static str, seed_caps: &[Capability], ) -> Result<TaskId, &'static str>
Performs the load and run elf with caps operation.