Skip to main content

xila_file_system_get_statistics_from_path

Function xila_file_system_get_statistics_from_path 

Source
pub unsafe extern "C" fn xila_file_system_get_statistics_from_path(
    path: *const c_char,
    statistics: *mut XilaFileSystemStatistics,
) -> XilaFileSystemResult
Expand description

This function is used to get statistics for a path.

ยงSafety

This function is unsafe because it dereferences raw pointers.