[]Function wasi_common_lucet::__wasi_random_get

#[no_mangle]
pub unsafe extern "C" fn __wasi_random_get(
    vmctx_raw: *mut lucet_vmctx,
    buf_ptr: uintptr_t,
    buf_len: size_t
) -> __wasi_errno_t