Type Alias amadjustmembers_function

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(Oid, Oid, *mut List, *mut List))

Some value of type T.