pub unsafe extern "C" fn gsl_ran_bivariate_gaussian( r: *const gsl_rng, sigma_x: f64, sigma_y: f64, rho: f64, x: *mut f64, y: *mut f64)