pub unsafe fn create_index_path(
arg_root: *mut PlannerInfo,
arg_index: *mut IndexOptInfo,
arg_indexclauses: *mut List,
arg_indexorderbys: *mut List,
arg_indexorderbycols: *mut List,
arg_pathkeys: *mut List,
arg_indexscandir: Type,
arg_indexonly: bool,
arg_required_outer: Relids,
arg_loop_count: f64,
arg_partial_path: bool,
) -> *mut IndexPath