pub type amvalidate_function = Option<unsafe extern "C" fn(opclassoid: Oid) -> bool>;
pub enum amvalidate_function { None, Some(unsafe extern "C" fn(Oid) -> bool), }
No value.
Some value of type T.
T