doc/wg/core/notes/core-notes-2022-03-25.md
[MaybeUninit<u8>]. This wastes cycles.&mut [u8], to pass these uninit buffersnew_zeroed() and then pass an as_mut() slice to the kernel. so we have
monomorphization based on the size we are loading in memory.libtock_syscalls?unsafe API for this to indicate it
it not generally okay to use with arbitrary capsules from a security
perspective.assume_init().