pub fn convert_from_bin<T, U>( inp_path: impl AsRef<Path>, out_path: impl AsRef<Path>, threads: usize, ) -> Result<()>where T: BulletFormat, U: BulletFormat + From<T>,