```moonbit pub fn write_string_to_file( path : String, content : String, encoding~ : String = "utf8" ) -> Unit! { ```