unsafe fn home_fallback() -> Option<OsString>
Get the home directory from the passwd entry of the current user using getpwuid_r(3). If it manages, returns an OsString, otherwise returns None.
getpwuid_r(3)
OsString
None