Available on neko
@:has_untypedstaticinlinealloc<T>(length:Int):NativeArray<T>
@:has_untypedstaticinlineblit<T>(dst:NativeArray<T>, dstPos:Int, src:NativeArray<T>, srcPos:Int, length:Int):Void
@:has_untypedstaticinlinelength(a:NativeArray<Dynamic>):Int
@:has_untypedstaticinlineofArrayCopy<T>(a:Array<T>):NativeArray<T>
@:has_untypedstaticinlineofArrayRef<T>(a:Array<T>):NativeArray<T>
@:has_untypedstaticinlinesub<T>(a:NativeArray<T>, pos:Int, len:Int):NativeArray<T>
@:has_untypedstaticinlinetoArray<T>(a:NativeArray<T>):Array<T>