pub fn malloc_buffer_uninit<'a>( len: usize, ) -> Result<&'a mut [MaybeUninit<u8>], ()>
Iff not enough heap memory could be allocated.