Type Alias pgrx_pg_sys::amadjustmembers_function

source ·
pub type amadjustmembers_function = Option<unsafe extern "C" fn(opfamilyoid: Oid, opclassoid: Oid, operators: *mut List, functions: *mut List)>;

Aliased Type§

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.