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