pub type amoptions_function = Option<unsafe extern "C" fn(reloptions: Datum, validate: bool) -> *mut bytea>;
enum amoptions_function { None, Some(unsafe extern "C" fn(_: Datum, _: bool) -> *mut varlena), }
No value.
Some value of type T.
T