pub unsafe extern "C" fn alpm_option_get_lockfile(
    handle: *mut alpm_handle_t
) -> *const c_char
Expand description

Get the name of the database lock file. Read-only. This is the name that the lockfile would have. It does not matter if the lockfile actually exists on disk. @param handle the context handle