Type Alias pgrx_pg_sys::validate_string_relopt
source · pub type validate_string_relopt = Option<unsafe extern "C" fn(value: *const c_char)>;
Aliased Type§
enum validate_string_relopt {
None,
Some(unsafe extern "C" fn(_: *const i8)),
}