pub fn move_mount(from_dirfd: fd_t, from_path: [*:0]const u8, to_dirfd: fd_t, to_path: [*:0]const u8, flags: MOVE_MOUNT) usize
pub fn move_mount(from_dirfd: fd_t, from_path: [*:0]const u8, to_dirfd: fd_t, to_path: [*:0]const u8, flags: MOVE_MOUNT) usize { return syscall5( .move_mount, @as(u32, @bitCast(from_dirfd)), @intFromPtr(from_path), @as(u32, @bitCast(to_dirfd)), @intFromPtr(to_path), @as(u32, @bitCast(flags)), ); }