Function alpm_sys::alpm_db_get_handle

source ยท
pub unsafe extern "C" fn alpm_db_get_handle(
    db: *mut alpm_db_t,
) -> *mut alpm_handle_t
Expand description

Get the handle of a package database. @param db pointer to the package database @return the alpm handle that the package database belongs to