[][src]Function openthread_sys::otRandomNonCryptoFillBuffer

pub unsafe extern "C" fn otRandomNonCryptoFillBuffer(
    aBuffer: *mut u8,
    aSize: u16
)

This function 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).