#[no_mangle]
pub unsafe extern "C" fn _start(args: *mut u8) -> i32
Expand description

The C entry point. This just delegates to the user’s Rust entry point.