pub unsafe extern "C" fn mlx_random_normal( res: *mut mlx_array, shape: *const c_int, shape_num: usize, dtype: mlx_dtype, loc: f32, scale: f32, key: mlx_array, s: mlx_stream, ) -> c_int