pub fn load_elf_task_with_caps( elf_data: &[u8], name: &'static str, seed_caps: &[Capability], ) -> Result<Arc<Task>, &'static str>
Performs the load elf task with caps operation.