Function metis_sys::METIS_MeshToDual

source ยท
pub unsafe extern "C" fn METIS_MeshToDual(
    ne: *mut idx_t,
    nn: *mut idx_t,
    eptr: *mut idx_t,
    eind: *mut idx_t,
    ncommon: *mut idx_t,
    numflag: *mut idx_t,
    r_xadj: *mut *mut idx_t,
    r_adjncy: *mut *mut idx_t,
) -> c_int