pub fn build_by_install_prefix<P, P2>(prefix: P, out_dir: P2) -> Result<()>where
    P: AsRef<Path>,
    P2: AsRef<Path>,