@brief Find all icosahedron faces intersected by a given H3 index
int getIcosahedronFaces( int h3, ffi.Pointer<ffi.Int> out, ) { return _getIcosahedronFaces( h3, out, ); }