rusty_mos::process::envs

Function load_icode

Source
fn load_icode(e: usize, binary: *const u8, size: usize)
Expand description

Load the icode for the e.

ยงSafety

The binary SHALL be readable for size bytes.