pub unsafe extern "C" fn GDALCopyWords(
    pSrcData: *const c_void,
    eSrcType: Type,
    nSrcPixelOffset: c_int,
    pDstData: *mut c_void,
    eDstType: Type,
    nDstPixelOffset: c_int,
    nWordCount: c_int
)