use *;
/// Outputs:
/// ```text
/// [2023-08-20T21:00:16Z TRACE two] one enter
/// [2023-08-20T21:00:16Z TRACE two] one exit
/// [2023-08-20T21:00:16Z INFO two] None
/// [2023-08-20T21:00:16Z TRACE two] one enter
/// [2023-08-20T21:00:16Z TRACE two] one exit
/// [2023-08-20T21:00:16Z INFO two] Some(["a", "b"])
/// ```