pub unsafe extern "C" fn gsl_stats_variance_with_fixed_mean( data: *const f64, stride: usize, n: usize, mean: f64) -> f64