cellToChildren method
@brief provides the children (or grandchildren, etc) of the given cell
Implementation
int cellToChildren(
int h,
int childRes,
ffi.Pointer<H3Index> children,
) {
return _cellToChildren(
h,
childRes,
children,
);
}