Skip to main content

xila_file_system_directory_read

Function xila_file_system_directory_read 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_file_system_directory_read( directory: *mut XilaFileSystemDirectory, entry_name: *mut *const c_char, entry_type: *mut XilaFileKind, entry_size: *mut XilaFileSystemSize, entry_inode: *mut XilaFileSystemInode, ) -> XilaFileSystemResult
Expand description

This function is used to read a directory.

ยงSafety

This function is unsafe because it dereferences raw pointers.