fn lrint(x: f64) callconv(.c) c_long
fn lrint(x: f64) callconv(.c) c_long { return @trunc(rint(x)); }