ghostty_render_state_get_multi function

GhosttyResult ghostty_render_state_get_multi(
  1. GhosttyRenderState state,
  2. int count,
  3. Pointer<UnsignedInt> keys,
  4. Pointer<Pointer<Void>> values,
  5. Pointer<Size> out_written,
)

Implementation

GhosttyResult ghostty_render_state_get_multi(
  GhosttyRenderState state,
  int count,
  ffi.Pointer<ffi.UnsignedInt> keys,
  ffi.Pointer<ffi.Pointer<ffi.Void>> values,
  ffi.Pointer<ffi.Size> out_written,
) => GhosttyResult.fromValue(
  _ghostty_render_state_get_multi(state, count, keys, values, out_written),
);