#[unsafe(no_mangle)]pub unsafe extern "C" fn xila_file_system_set_times_from_path(
_path: *const c_char,
_access: XilaTime,
_modification: XilaTime,
_flags: u8,
_follow: bool,
) -> XilaFileSystemResultExpand description
This function is used to set access and modification times of a file.
ยงSafety
This function is unsafe because it dereferences raw pointers.