double truncf( double _X, ) { return (_truncf ??= _dylib.lookupFunction<_c_truncf, _dart_truncf>('truncf'))( _X, ); }