pub unsafe extern "C" fn M_freeRuntimeContext(
context: *mut M_RuntimeContext,
)Expand description
Deallocates the memory for a runtime context. No-op if context is NULL.
@param context The runtime context.
pub unsafe extern "C" fn M_freeRuntimeContext(
context: *mut M_RuntimeContext,
)Deallocates the memory for a runtime context. No-op if context is NULL.
@param context The runtime context.