Function get_sub_matrix

Source
pub unsafe extern "C" fn get_sub_matrix(
    MatrixID: Hlong,
    Row: Hlong,
    Column: Hlong,
    RowsSub: Hlong,
    ColumnsSub: Hlong,
    MatrixSubID: *mut Hlong,
) -> Herror