pub type gsl_permutation = gsl_permutation_struct;
struct gsl_permutation { pub size: usize, pub data: *mut usize, }
size: usize
data: *mut usize