pub unsafe extern "C" fn opj_set_error_handler(
p_codec: *mut opj_codec_t,
p_callback: opj_msg_callback,
p_user_data: *mut c_void,
) -> OPJ_BOOLExpand description
Set the error handler use by openjpeg.
p_codec— the codec previously initialisep_callback— the callback function which will be usedp_user_data— client object where will be returned the message