Type Definition pgx_pg_sys::walrcv_receive_fn

source ·
pub type walrcv_receive_fn = Option<unsafe extern "C" fn(conn: *mut WalReceiverConn, buffer: *mut *mut c_char, wait_fd: *mut pgsocket) -> c_int>;