pub unsafe extern "C" fn nstd_env_set_current_dir( path: *const c_char, ) -> c_int
Sets the current working directory. Parameters: const char *const path - The new working directory. Returns: int errc - Nonzero on error.
const char *const path
int errc