pub fn flock(fd: fd_t, operation: i32) usize
pub fn flock(fd: fd_t, operation: i32) usize { return syscall2(.flock, @as(u32, @bitCast(fd)), @as(u32, @bitCast(operation))); }