mlx_array_data_bool function
Returns a pointer to the array data, cast to bool*.
Array must be evaluated, otherwise returns NULL.
Implementation
@ffi.Native<ffi.Pointer<ffi.Bool> Function(mlx_array)>()
external ffi.Pointer<ffi.Bool> mlx_array_data_bool(mlx_array arr);