pub unsafe extern "C" fn gsl_matrix_uint_const_ptr(
    m: *const gsl_matrix_uint,
    i: usize,
    j: usize
) -> *const c_uint