pub unsafe extern "C" fn GDALGridContextCreate(
    eAlgorithm: Type,
    poOptions: *const c_void,
    nPoints: GUInt32,
    padfX: *const f64,
    padfY: *const f64,
    padfZ: *const f64,
    bCallerWillKeepPointArraysAlive: c_int
) -> *mut GDALGridContext