#[no_mangle]
pub extern "C" fn sysget_arg(
index: usize,
) -> Optional<NonNullSlice<u8>>Expand description
Get the argument at the given index.
#[no_mangle]
pub extern "C" fn sysget_arg(
index: usize,
) -> Optional<NonNullSlice<u8>>Get the argument at the given index.