pub unsafe extern "C" fn xila_file_system_read_directory(
directory: XilaFileIdentifier,
entry_name: *mut *const c_char,
entry_type: *mut XilaFileKind,
entry_size: *mut XilaFileSystemSize,
entry_inode: *mut XilaFileSystemInode,
) -> u32Expand description
This function is used to read a directory.
ยงSafety
This function is unsafe because it dereferences raw pointers.