Function xila_file_system_get_statistics

Source
#[no_mangle]
pub unsafe extern "C" fn xila_file_system_get_statistics(
    file: XilaUniqueFileIdentifier,
    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.