pub unsafe extern "C" fn ImageResizeNN( image: *mut Image, newWidth: c_int, newHeight: c_int, )
Resize image (Nearest-Neighbor scaling algorithm)