pub unsafe fn build_join_rel(
arg_root: *mut PlannerInfo,
arg_joinrelids: Relids,
arg_outer_rel: *mut RelOptInfo,
arg_inner_rel: *mut RelOptInfo,
arg_sjinfo: *mut SpecialJoinInfo,
arg_restrictlist_ptr: *mut *mut List,
) -> *mut RelOptInfo