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