Is there a guide/docs somewhere that'd explain the process of shilling kotlin native library (as klib) with some cinterops (embedded as static library)? My target is basically a klib that uses cinterops, but doesn't require end-user to install native c libs. To be precise, I'm using cinterops with libmongoc and it doesn't seem to publish static version of the lib anymore (no libmongoc.a), so I'm wondering if I have any other options.