Type Alias pgrx::pg_sys::fill_string_relopt
source · pub type fill_string_relopt = Option<unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> usize>;Aliased Type§
enum fill_string_relopt {
None,
Some(unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> usize),
}