pub unsafe fn reparameterize_path(
    arg_root: *mut PlannerInfo,
    arg_path: *mut Path,
    arg_required_outer: Relids,
    arg_loop_count: f64
) -> *mut Path