invoke_runtime_cli

Function invoke_runtime_cli 

Source
pub unsafe fn invoke_runtime_cli(args: *const *const c_char) -> Result<c_int>
Expand description

Invoke the runtime CLI.

ยงSafety

The args pointer must be a valid null-terminated array of C strings.