Function twizzler_runtime_api::rt0::rust_entry
source · pub unsafe fn rust_entry(arg: *const AuxEntry) -> !
Expand description
Entry point for Rust code wishing to start from rt0.
Safety
Do not call this unless you are bootstrapping a runtime.