xila_file_system_get_statistics_from_path_at

Function xila_file_system_get_statistics_from_path_at 

Source
pub unsafe extern "C" fn xila_file_system_get_statistics_from_path_at(
    directory: XilaFileIdentifier,
    path: *const c_char,
    statistics: *mut XilaFileSystemStatistics,
    arg1: 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.