pub type NoticeReceiver = PQnoticeReceiver;
pub enum NoticeReceiver { None, Some(unsafe extern "C" fn(*mut c_void, *const pg_result)), }
No value.
Some value of type T.
T