Skip to main content

rust__destroy_engine

Function rust__destroy_engine 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rust__destroy_engine(ctx: *mut EngineContext)
Expand description

Drop a context returned by rust__create_engine

ยงSafety

ctx must come from rust__create_engine and not be released twice; null is ignored.