Type Definition libpq_sys::PQnoticeProcessor

source ·
pub type PQnoticeProcessor = Option<unsafe extern "C" fn(arg: *mut c_void, message: *const c_char)>;