pub unsafe extern "C" fn gsl_matrix_char_const_ptr(
    m: *const gsl_matrix_char,
    i: usize,
    j: usize
) -> *const c_char