pub fn getcwd<B: Into<Vec<u8>>>(reuse: B) -> io::Result<ZString>
#[cfg(not(target_os = "wasi"))]
getcwd()
If reuse is non-empty, reuse its buffer to store the result if possible.
reuse