WebPDecodeRGB    10194 src/image.c    DEF_DLL_FN (uint8_t *, WebPDecodeRGB, (const uint8_t *, size_t, int *, int *));
WebPDecodeRGB    10221 src/image.c      LOAD_DLL_FN (library1, WebPDecodeRGB);
WebPDecodeRGB    10436 src/image.c    	decoded = WebPDecodeRGB (contents, size, &width, &height);