[]Function wasi_common::hostcalls::random_get

pub unsafe fn random_get(
    wasi_ctx: &WasiCtx,
    memory: &mut [u8],
    buf_ptr: uintptr_t,
    buf_len: size_t
) -> __wasi_errno_t