pub unsafe extern "C" fn hipMemsetD8(
    dest: hipDeviceptr_t,
    value: c_uchar,
    count: usize
) -> hipError_t
Expand description

@brief Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant byte value value.

@param[out] dst Data ptr to be filled @param[in] constant value to be set @param[in] number of values to be set @return #hipSuccess, #hipErrorInvalidValue, #hipErrorNotInitialized