xila_file_system_set_times_from_path

Function xila_file_system_set_times_from_path 

Source
#[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, ) -> XilaFileSystemResult
Expand description

This function is used to set access and modification times of a file.

ยงSafety

This function is unsafe because it dereferences raw pointers.