WebPDecodeRGBA   9585 src/image.c    DEF_DLL_FN (uint8_t *, WebPDecodeRGBA, (const uint8_t *, size_t, int *, int *));
WebPDecodeRGBA   9612 src/image.c      LOAD_DLL_FN (library1, WebPDecodeRGBA);
WebPDecodeRGBA   9825 src/image.c    	decoded = WebPDecodeRGBA (contents, size, &width, &height);