pub unsafe extern "C" fn M_freeCompileConfig(
config: *mut M_CompileConfig,
)Expand description
Deallocates the memory for the compile config. No-op if config is NULL.
@param config The compilation configuration to deallocate.
pub unsafe extern "C" fn M_freeCompileConfig(
config: *mut M_CompileConfig,
)Deallocates the memory for the compile config. No-op if config is NULL.
@param config The compilation configuration to deallocate.