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