pub type gsl_combination = gsl_combination_struct;
struct gsl_combination { pub n: usize, pub k: usize, pub data: *mut usize, }
n: usize
k: usize
data: *mut usize