[][src]Function wasi::environ_get

pub unsafe fn environ_get(
    environ: *mut *mut u8,
    environ_buf: *mut u8
) -> Result<()>

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