pub unsafe fn create_nestloop_path(
arg_root: *mut PlannerInfo,
arg_joinrel: *mut RelOptInfo,
arg_jointype: Type,
arg_workspace: *mut JoinCostWorkspace,
arg_extra: *mut JoinPathExtraData,
arg_outer_path: *mut Path,
arg_inner_path: *mut Path,
arg_restrict_clauses: *mut List,
arg_pathkeys: *mut List,
arg_required_outer: Relids,
) -> *mut NestPath