destroy_baml_runtime

Function destroy_baml_runtime 

Source
pub unsafe fn destroy_baml_runtime(runtime: *const c_void) -> Result<()>
Expand description

Destroy a BAML runtime.

ยงSafety

The runtime pointer must be valid and not already destroyed.