pub unsafe extern "C" fn mp_error_string(
    res: mp_result
) -> *const c_char
Expand description

Returns a pointer to a brief, human-readable, zero-terminated string describing res. The returned string is statically allocated and must not be freed by the caller.