Initializes a plaintext C obj with text using the provided Backend.
text
Plaintext.withValue(this.backend, this.text) { obj = _c_init_plaintext_value(backend.value, text.toNativeUtf8()); }