pub type EncoderHandler = Option<unsafe extern "C" fn(arg1: *const ImageInfo, arg2: *mut Image) -> c_uint>;
pub enum EncoderHandler { None, Some(unsafe extern "C" fn(*const _ImageInfo, *mut _Image) -> u32), }
No value.
Some value of type T.
T