pub fn print_error(msg: impl Into) { eprintln!("[fd error]: {}", msg.into()); }