Pass Fortran array of unknown size to Julia

I am expecting something like Fortran passes the size of the array and the pointer to the array to Julia, and the array can be reconstructed using the above information.