Type Alias GDALDerivedPixelFuncWithArgs
Source pub type GDALDerivedPixelFuncWithArgs = 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, papszFunctionArgs: CSLConstList) -> Type>;
pub enum GDALDerivedPixelFuncWithArgs {
None,
Some(unsafe extern "C" fn(*mut *mut c_void, i32, *mut c_void, i32, i32, u32, u32, i32, i32, *mut *mut i8) -> u32),
}