pub unsafe extern "C" fn M_getError(
status: *const M_Status,
) -> *const c_charExpand description
Gets an error message from the M_Status parameter.
You should call this only if M_isError() is true.
@param status The status object for reporting errors and other messages. @returns A pointer to a null-terminated string containing the error message.