pub unsafe extern "C" fn nstd_std_fs_remove_dir( name: *const c_char) -> c_int
Removes an empty directory. Parameters: const char *const name - The name of the directory. Returns: int errc - Nonzero on error.
const char *const name
int errc