pub type amadjustmembers_function = Option<unsafe extern "C" fn(opfamilyoid: Oid, opclassoid: Oid, operators: *mut List, functions: *mut List)>;Aliased Type§
pub enum amadjustmembers_function {
None,
Some(unsafe extern "C" fn(Oid, Oid, *mut List, *mut List)),
}