mlx_vector_string_set_value function
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,
);