pub unsafe extern "C" fn hipMemsetAsync_spt(
    dst: *mut c_void,
    value: c_int,
    sizeBytes: usize,
    stream: hipStream_t
) -> hipError_t