Function readdir_r

Source
pub unsafe extern "C" fn readdir_r(
    arg1: *mut DIR,
    arg2: *mut dirent,
    arg3: *mut *mut dirent,
) -> c_int