pub fn sys_mkdir(pathname: *const c_char, mode: mode_t) -> c_int
fs
Creates a new, empty directory at the provided path.