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