pkgcraft_pkg_format

Function pkgcraft_pkg_format 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_pkg_format( p: *mut Pkg<'_>, ) -> PkgFormat
Expand description

Return a package’s format.

§Safety

The argument must be a non-null Pkg pointer.