#[unsafe(no_mangle)]pub unsafe extern "C" fn _start(args: *mut u8) -> i32
The C entry point.
This just delegates to the user’s Rust entry point.
This should never be called manually.