[][src]Type Definition pgx_pg_sys::HashCopyFunc

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