pub unsafe extern "C" fn M_isError(status: *const M_Status) -> c_int
Checks if status holds an error value.
@param status The status object for reporting errors and other messages. @returns 0 if there is no error, 1 otherwise.
0
1