pub fn env_create( binary: *const u8, size: usize, priority: u32, ) -> Option<usize>
Create an env and load the icode, set the priority. For tests mainly.
The binary SHALL be readable for size bytes.
binary
size