pub unsafe extern "C" fn WebPPlaneDistortion( src: *const u8, src_stride: usize, ref_: *const u8, ref_stride: usize, width: c_int, height: c_int, x_step: usize, type_: c_int, distortion: *mut c_float, result: *mut c_float) -> c_int