pub unsafe extern "C" fn alpm_strerror(
err: alpm_errno_t,
) -> *const c_char
Expand description
Returns the string corresponding to an error number. @param err the error code to get the string for @return the string relating to the given error code