pub unsafe fn create_baml_runtime( root_path: *const c_char, src_files_json: *const c_char, env_vars_json: *const c_char, ) -> Result<*const c_void>
Create a new BAML runtime.
All pointers must be valid C strings.