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