pub type AsdfValuePred = Option<unsafe extern "C" fn(*mut AsdfValue) -> bool>;
A predicate over a value, as C passes it in.
pub enum AsdfValuePred { None, Some(unsafe extern "C" fn(*mut AsdfValue) -> bool), }
No value.
Some value of type T.
T