pub unsafe extern "C" fn openmpt_error_func_ignore(
error: c_int,
user: *mut c_void,
) -> c_int
Expand description
\brief Ignore error function
Causes all errors to be neither logged nor stored. \param error Error code. \param user Ignored. \retval OPENMPT_ERROR_FUNC_RESULT_NONE Always. \since 0.3.0