fn lrintf(x: f32) callconv(.c) c_long
fn lrintf(x: f32) callconv(.c) c_long { return @trunc(rintf(x)); }