#[no_mangle]
pub unsafe extern "C" fn xila_file_system_get_statistics_from_path(
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.