pub unsafe extern "C" fn nstd_fs_create_dir_all(
name: *const c_char,
) -> c_int
Expand description
Creates a directory and all of it’s parents if they are missing.
Parameters:
const char *const name
- The name of the directory.
Returns: int errc
- Nonzero on error.