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