Fix #269: Add function to get user's home directory
ext:get-user-homedir-pathname
takes a user name (as a string) and
returns the user's home directory as a pathname or NIL if the user
does not exist (or an error occurred).
os-common.c contains the C function to extract the home directory via
getpwnam_r
.