Possibly unused `extra` field in `Regex` struct

There is a field extra::Ptr{Void} in the Regex struct in julia/base/regex.jl.
I was wondering if anybody knew what it was for, as it doesn’t seem to be used at all in the Julia code, and doesn’t seem to be in the PCRE API.
Thanks!