mlx_vector_string_set_value function

  1. @Native<Int Function(Pointer<mlx_vector_string>, Pointer<Char>)>(ffi.Pointer<mlx_vector_string>, ffi.Pointer<ffi.Char>)>()
int mlx_vector_string_set_value(
  1. Pointer<mlx_vector_string> vec,
  2. Pointer<Char> val
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<mlx_vector_string>, ffi.Pointer<ffi.Char>)
>()
external int mlx_vector_string_set_value(
  ffi.Pointer<mlx_vector_string> vec,
  ffi.Pointer<ffi.Char> val,
);