ReverseArrayNative typedef

ReverseArrayNative = Void Function(Pointer<Int32>, Size, Pointer<Pointer<Int32>>, Pointer<Size>)

Implementation

typedef ReverseArrayNative = ffi.Void Function(ffi.Pointer<ffi.Int32>, ffi.Size,
    ffi.Pointer<ffi.Pointer<ffi.Int32>>, ffi.Pointer<ffi.Size>);