mlx_vector_string_set function
- @Native<Int Function(Pointer<
mlx_vector_string> , mlx_vector_string)>(ffi.Pointer<mlx_vector_string>, mlx_vector_string)>()
- Pointer<
mlx_vector_string> vec, - mlx_vector_string src
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<mlx_vector_string>, mlx_vector_string)
>()
external int mlx_vector_string_set(
ffi.Pointer<mlx_vector_string> vec,
mlx_vector_string src,
);