pub unsafe extern "C" fn openmpt_error_string(
    error: c_int
) -> *const c_char
Expand description

\brief Convert error code to text

Converts an error code into a text string describing the error. \param error Error code. \return Allocated string describing the error. \retval NULL Not enough memory to allocate the string. \since 0.3.0