double cbrtf( double _X, ) { return (_cbrtf ??= _dylib.lookupFunction<_c_cbrtf, _dart_cbrtf>('cbrtf'))( _X, ); }