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