pub type Initializer = fn() -> Option<Box<dyn Any>>;
The function is used to initialize the extension.
Returns None if no Extension Data is set.
None