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