pub fn random_get<M: Memory>(
    _ctx: &mut WasiCtx,
    mem: &mut M,
    buf: WasmPtr<u8>,
    buf_len: __wasi_size_t
) -> Result<(), Errno>