Skip to main content

soil_teardown

Function soil_teardown 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn soil_teardown(runtime: *mut SoilRuntime)
Expand description

Tear down a runtime. Values created under it must already be freed.

ยงSafety

runtime must be a pointer returned by soil_init, not yet torn down.