pub type ambuildempty_function = Option<unsafe extern "C" fn(indexRelation: Relation)>;
pub enum ambuildempty_function { None, Some(unsafe extern "C" fn(*mut RelationData)), }
No value.
Some value of type T.
T