fn munlockallLinux() callconv(.c) c_int
fn munlockallLinux() callconv(.c) c_int { return errno(std.os.linux.munlockall()); }