pub unsafe extern "C" fn cudnnSetSpatialTransformerNdDescriptor(
    stDesc: *mut cudnnSpatialTransformerStruct,
    samplerType: cudnnSamplerType_t,
    dataType: cudnnDataType_t,
    nbDims: i32,
    dimA: *const i32
) -> cudnnStatus_t