#[unsafe(no_mangle)]pub extern "C" fn soil_main(
entry: Option<extern "C" fn(*mut SoilRuntime) -> c_int>,
) -> c_intExpand description
The trivial main wrapper (design §3.10): init, hand the runtime to
the host’s entry function, tear down, return its exit code.