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