static ffi.Pointer<ffi.Void> string2PointerVoid(String data) { return data.toNativeUtf8().cast<ffi.Void>(); }