mlx_device_count function
Implementation
int mlx_device_count(ffi.Pointer<ffi.Int> count, mlx_device_type_ type) =>
_mlx_device_count(count, type.value);
int mlx_device_count(ffi.Pointer<ffi.Int> count, mlx_device_type_ type) =>
_mlx_device_count(count, type.value);