pub type cwd_state = _cwd_state;
#[repr(C)]pub struct cwd_state { pub cwd: *mut i8, pub cwd_length: u64, }
cwd: *mut i8
cwd_length: u64