pub type fmgr_hook_type = Option<unsafe extern "C-unwind" fn(event: Type, flinfo: *mut FmgrInfo, arg: *mut Datum)>;
pub enum fmgr_hook_type { None, Some(unsafe extern "C-unwind" fn(u32, *mut FmgrInfo, *mut Datum)), }
No value.
Some value of type T.
T