[][src]Function wasi::wasi_snapshot_preview1::args_get

pub unsafe extern "C" fn args_get(
    argv: *mut *mut u8,
    argv_buf: *mut u8
) -> Errno

Read command-line argument data. The size of the array should match that returned by wasi_args_sizes_get()