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