pub unsafe extern "C" fn alpm_pkg_mtree_open(
    pkg: *mut alpm_pkg_t
) -> *mut archive
Expand description

Open a package mtree file for reading. @param pkg the local package to read the mtree of @return an archive structure for the package mtree file