pub type PGFInfoFunction = Option<unsafe extern "C-unwind" fn() -> *const Pg_finfo_record>;Aliased Type§
pub enum PGFInfoFunction {
None,
Some(unsafe extern "C-unwind" fn() -> *const Pg_finfo_record),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn() -> *const Pg_finfo_record)
Some value of type T.