Type Definition graphicsmagick_sys::DecoderHandler

source ·
pub type DecoderHandler = Option<unsafe extern "C" fn(arg1: *const ImageInfo, arg2: *mut ExceptionInfo) -> *mut Image>;