pub unsafe fn destroy_baml_runtime(runtime: *const c_void) -> Result<()>
Destroy a BAML runtime.
The runtime pointer must be valid and not already destroyed.