pub type InterceptionPredicate = Option<unsafe extern "C" fn(device: InterceptionDevice) -> c_int>;
pub enum InterceptionPredicate { None, Some(unsafe extern "C" fn(i32) -> i32), }
No value.
Some value of type T.
T