[][src]Function wasi::wasi_snapshot_preview1::environ_get

pub unsafe extern "C" fn environ_get(
    environ: *mut *mut u8,
    environ_buf: *mut u8
) -> Errno

Read environment variable data. The sizes of the buffers should match that returned by environ.sizes_get().