Function dora_node_api_c::free_dora_context

source ·
#[no_mangle]
pub unsafe extern "C" fn free_dora_context(context: *mut c_void)
Expand description

Frees the given dora context.

§Safety

Only pointers created through init_dora_context_from_env are allowed as arguments. Each context pointer must be freed exactly once. After freeing, the pointer must not be used anymore.