pub unsafe extern "C" fn GDALComputeProximity(
    hSrcBand: GDALRasterBandH,
    hProximityBand: GDALRasterBandH,
    papszOptions: *mut *mut c_char,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void
) -> Type