pub type CustomStreamTeller = Option<unsafe extern "C" fn(arg1: *mut c_void) -> MagickOffsetType>;
pub enum CustomStreamTeller { None, Some(unsafe extern "C" fn(*mut c_void) -> i64), }
No value.
Some value of type T.
T