mlx_closure_kwargs_set function
- @Native<Int Function(Pointer<
mlx_closure_kwargs> , mlx_closure_kwargs)>(ffi.Pointer<mlx_closure_kwargs>, mlx_closure_kwargs)>()
- Pointer<
mlx_closure_kwargs> cls, - mlx_closure_kwargs src
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<mlx_closure_kwargs>, mlx_closure_kwargs)
>()
external int mlx_closure_kwargs_set(
ffi.Pointer<mlx_closure_kwargs> cls,
mlx_closure_kwargs src,
);