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