Add missing arm64-neon function declaration.

I'm trying to get to where we can turn on -Werror=implicit-function-declaration
for LP64, so we can avoid bugs where we drop the top half of a pointer because
the compiler's assuming 'int'.

(cherry picked from commit dd333a75e52c117f563bbf3449dffabda2fbcdcf)

Change-Id: I1ed7ef57abc85209fad9978a44e629945ff08338
diff --git a/simd/jsimd.h b/simd/jsimd.h
index 3d4751f..109a4c3 100644
--- a/simd/jsimd.h
+++ b/simd/jsimd.h
@@ -385,6 +385,10 @@
         JPP((JDIMENSION out_width,
              JSAMPIMAGE input_buf, JDIMENSION input_row,
              JSAMPARRAY output_buf, int num_rows));
+EXTERN(void) jsimd_ycc_rgb565_convert_neon
+        JPP((JDIMENSION out_width,
+             JSAMPIMAGE input_buf, JDIMENSION input_row,
+             JSAMPARRAY output_buf, int num_rows));
 
 /* SIMD Downsample */
 EXTERN(void) jsimd_h2v2_downsample_mmx