Not at the moment.
The definition, which is included in the R and C docs, is straightforward to implement as a one-liner, assuming you don’t want normalization.
If you do want normalization, look up what the most centralized structure is for different centralities in in the C docs, igraph Reference Manual. Then compute the unnormalized centralization for that structure, and use the result as the normalization factor.