pub unsafe extern "C" fn hipMemcpy2DToArray_spt(
    dst: *mut hipArray,
    wOffset: usize,
    hOffset: usize,
    src: *const c_void,
    spitch: usize,
    width: usize,
    height: usize,
    kind: hipMemcpyKind
) -> hipError_t