pub unsafe fn estimate_hash_bucket_stats(
    arg_root: *mut PlannerInfo,
    arg_hashkey: *mut Node,
    arg_nbuckets: f64,
    arg_mcv_freq: *mut Selectivity,
    arg_bucketsize_frac: *mut Selectivity
)