GDALTranspose2D

Function GDALTranspose2D 

Source
pub unsafe extern "C" fn GDALTranspose2D(
    pSrc: *const c_void,
    eSrcType: Type,
    pDst: *mut c_void,
    eDstType: Type,
    nSrcWidth: usize,
    nSrcHeight: usize,
)