Type Definition pgx_pg_sys::XactCallback

source ·
pub type XactCallback = Option<unsafe extern "C" fn(event: XactEvent, arg: *mut c_void)>;