pub unsafe extern "C" fn openmpt_error_is_transient(
    error: c_int
) -> c_int
Expand description

\brief Check whether the error is transient

Checks whether an error code represents a transient error which may not occur again in a later try if for example memory has been freed up after an out-of-memory error. \param error Error code. \retval 0 Error is not transient. \retval 1 Error is transient. \sa OPENMPT_ERROR_OUT_OF_MEMORY \since 0.3.0