xila_file_system_get_statistics

Function xila_file_system_get_statistics 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_file_system_get_statistics( file: XilaFileIdentifier, statistics: *mut XilaFileSystemStatistics, ) -> XilaFileSystemResult
Expand description

This function is used to open a file.

§Safety

This function is unsafe because it dereferences raw pointers.

§Errors

This function may return an error if the file system fails to open the file.