pub fn sys_rename(
current_task: &CurrentTask,
old_user_path: UserCString,
new_user_path: UserCString,
) -> Result<(), Errno>pub fn sys_rename(
current_task: &CurrentTask,
old_user_path: UserCString,
new_user_path: UserCString,
) -> Result<(), Errno>