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