Retrieves the current working directory.
fn get_cwd<H>(buf: &mut NoNullString<H>) -> Result<&mut NoNullStr, Errno> where H: Allocator,
The buffer in which the current working directory will be stored.