pub unsafe extern "C" fn M_freeStatus(status: *mut M_Status)
Deallocates the memory for the status object. No-op if status is NULL.
status
NULL
@param status The status object for reporting errors and other messages.