There is a topic: https://groups.google.com/d/msg/julia-users/EK9oNzzaoAk/kJqagPL0Ku0J
However could some one give an example how to pass 3-d or 4-d array to C function. I have Array{Float64, 4} and for ccall I use Ptr{Ptr{Ptr{Ptr{Float64}}}} as Type of parameter. Is there some way to make it more common for Array{Float64, N}??? Thank you