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

Gets the handle of a package @param pkg a pointer to package @return the alpm handle that the package belongs to