Function T_select_lines_longest

Source
pub unsafe extern "C" fn T_select_lines_longest(
    RowBeginIn: Htuple,
    ColBeginIn: Htuple,
    RowEndIn: Htuple,
    ColEndIn: Htuple,
    Num: Htuple,
    RowBeginOut: *mut Htuple,
    ColBeginOut: *mut Htuple,
    RowEndOut: *mut Htuple,
    ColEndOut: *mut Htuple,
) -> Herror