pub fn umount(special: [*:0]const u8) usize
pub fn umount(special: [*:0]const u8) usize { return syscall2(.umount2, @intFromPtr(special), 0); }