pub type PQnoticeReceiver = Option<unsafe extern "C" fn(arg: *mut c_void, res: *const PGresult)>;
enum PQnoticeReceiver { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const pg_result)), }
No value.
Some value of type T.
T