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