pub type qpel_mc_func = Option<unsafe extern "C" fn(dst: *mut u8, src: *const u8, stride: isize)>;
enum qpel_mc_func { None, Some(unsafe extern "C" fn(_: *mut u8, _: *const u8, _: isize)), }
No value.
Some value of type T.
T