mlx_vector_string_get function

  1. @Native<Int Function(Pointer<Pointer<Char>>, mlx_vector_string, Size)>(ffi.Pointer<ffi.Pointer<ffi.Char>>, mlx_vector_string, ffi.Size)>()
int mlx_vector_string_get(
  1. Pointer<Pointer<Char>> res,
  2. mlx_vector_string vec,
  3. int idx
)

Implementation

@ffi.Native<
  ffi.Int Function(
    ffi.Pointer<ffi.Pointer<ffi.Char>>,
    mlx_vector_string,
    ffi.Size,
  )
>()
external int mlx_vector_string_get(
  ffi.Pointer<ffi.Pointer<ffi.Char>> res,
  mlx_vector_string vec,
  int idx,
);