pub unsafe extern "C" fn M_freeModel(model: *mut M_AsyncModel)Expand description
Deallocates the memory for the model. No-op if model is NULL.
@param model The model to deallocate.
pub unsafe extern "C" fn M_freeModel(model: *mut M_AsyncModel)Deallocates the memory for the model. No-op if model is NULL.
@param model The model to deallocate.