pub fn getcwd<B: Into<Vec<u8>>>(reuse: B) -> Result<CString>
getcwd—Return the current working directory.
getcwd
If reuse already has available capacity, reuse it if possible.
reuse