Function gdal_sys::OCTTransform4DWithErrorCodes

source ยท
pub unsafe extern "C" fn OCTTransform4DWithErrorCodes(
    hCT: OGRCoordinateTransformationH,
    nCount: c_int,
    x: *mut f64,
    y: *mut f64,
    z: *mut f64,
    t: *mut f64,
    panErrorCodes: *mut c_int,
) -> c_int