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