pub unsafe extern "C" fn path_remove_directory(
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> i32
Expand description

Remove a directory. Return errno::notempty if the directory is not empty. Note: This is similar to unlinkat(fd, path, AT_REMOVEDIR) in POSIX.