#[no_mangle]
pub unsafe extern "C" fn xila_file_system_rename(
old_path: *const c_char,
new_path: *const c_char,
) -> XilaFileSystemResult
Expand description
This function is used to rename (move) a file.
ยงSafety
This function is unsafe because it dereferences raw pointers.