#[unsafe(no_mangle)]pub extern "C" fn elly_alloc(len: usize) -> *mut u8
Reserve len bytes of linear memory and hand ownership to the caller.
len