pub unsafe extern "C" fn gsl_matrix_const_ptr(
    m: *const gsl_matrix,
    i: usize,
    j: usize
) -> *const f64