pub fn print_msg_header(
    prefix: &str,
    fn_timestamp: &dyn ThreadSafeTimestampFn<Output = Result<()>>,
    rd: &mut dyn RecordDecorator,
    record: &Record<'_>
) -> Result<bool>