pub type StreamHandler = Option<unsafe extern "C" fn(arg1: *const Image, arg2: *const c_void, arg3: usize) -> usize>;
pub enum StreamHandler { None, Some(unsafe extern "C" fn(*const _Image, *const c_void, usize) -> usize), }
No value.
Some value of type T.
T