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