Type Definition pgx_pg_sys::HashCopyFunc

source · []
pub type HashCopyFunc = Option<unsafe extern "C" fn(dest: *mut c_void, src: *const c_void, keysize: Size) -> *mut c_void>;