pub type PGnotify = pgNotify;
struct PGnotify { pub relname: *mut i8, pub be_pid: i32, pub extra: *mut i8, pub next: *mut pgNotify, }
relname: *mut i8
be_pid: i32
extra: *mut i8
next: *mut pgNotify