Type Alias pgrx_pg_sys::amoptions_function
source · pub type amoptions_function = Option<unsafe extern "C" fn(reloptions: Datum, validate: bool) -> *mut bytea>;
Aliased Type§
enum amoptions_function {
None,
Some(unsafe extern "C" fn(_: Datum, _: bool) -> *mut varlena),
}