pub type GDALDerivedPixelFunc = Option<unsafe extern "C" fn(papoSources: *mut *mut c_void, nSources: c_int, pData: *mut c_void, nBufXSize: c_int, nBufYSize: c_int, eSrcType: Type, eBufType: Type, nPixelSpace: c_int, nLineSpace: c_int) -> Type>;Aliased Type§
pub enum GDALDerivedPixelFunc {
None,
Some(unsafe extern "C" fn(*mut *mut c_void, i32, *mut c_void, i32, i32, u32, u32, i32, i32) -> u32),
}