pub type pg_funcptr_t = Option<unsafe extern "C" fn()>;
enum pg_funcptr_t { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T