xila_file_system_get_statistics_from_path_at

Function xila_file_system_get_statistics_from_path_at 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_file_system_get_statistics_from_path_at( directory: XilaFileIdentifier, path: *const c_char, statistics: *mut XilaFileSystemStatistics, _: bool, ) -> XilaFileSystemResult
Expand description

This function is used to get the statistics of a file from its path.

ยงSafety

This function is unsafe because it dereferences raw pointers.