pub fn ordered_swhids<MPHF: SwhidMphf + Sync + Send, P: Permutation + Sync + Send>( swhids_dir: &Path, order: P, mph: MPHF, num_nodes: usize, ) -> Result<Vec<SWHID>>