cellToChildrenSize method
@defgroup cellToChildren cellToChildren Functions for cellToChildren @{ / /** @brief determines the exact number of children (or grandchildren, etc) that would be returned for the given cell
Implementation
int cellToChildrenSize(
int h,
int childRes,
ffi.Pointer<ffi.Int64> out,
) {
return _cellToChildrenSize(
h,
childRes,
out,
);
}