pub fn getcwd<B: Into<Vec<u8>>>(reuse: B) -> Result<CString>
getcwd()—Return the current working directory.
getcwd()
If reuse is non-empty, reuse its buffer to store the result if possible.
reuse