pub unsafe fn create_agg_path(
arg_root: *mut PlannerInfo,
arg_rel: *mut RelOptInfo,
arg_subpath: *mut Path,
arg_target: *mut PathTarget,
arg_aggstrategy: Type,
arg_aggsplit: Type,
arg_groupClause: *mut List,
arg_qual: *mut List,
arg_aggcosts: *const AggClauseCosts,
arg_numGroups: f64,
) -> *mut AggPath