Type Alias pq_sys::PQnoticeProcessor
source · pub type PQnoticeProcessor = Option<unsafe extern "C" fn(arg: *mut c_void, message: *const c_char)>;
Aliased Type§
enum PQnoticeProcessor {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8)),
}