pub fn initialize_safe(w: Box<dyn Write + Send>) -> bool
Initializes the output to the custom buffer. This function does not check if you set the output twice.
w
bool true if mutex is not poisoned
bool false if mutex was poisoned
Does not panic!