pub fn is_initialized() -> boolExpand description
Returns whether init_static() has already been called.
This function checks if the initialization process has been executed. It returns true if
init_static() has been called (regardless of whether it succeeded or failed), and false
otherwise.