pub unsafe extern "C" fn otRandomNonCryptoFillBuffer(
aBuffer: *mut u8,
aSize: u16,
)
Expand description
Fills a given buffer with random bytes.
@param[out] aBuffer A pointer to a buffer to fill with the random bytes. @param[in] aSize Size of buffer (number of bytes to fill).