pub unsafe extern "C" fn otPlatFlashWrite(
    aInstance: *mut otInstance,
    aSwapIndex: u8,
    aOffset: u32,
    aData: *const c_void,
    aSize: u32
)
Expand description

Writes @p aSize bytes from @p aData.

@param[in] aInstance The OpenThread instance structure. @param[in] aSwapIndex A value in [0, 1] that indicates the swap space. @param[in] aOffset A byte offset within the swap space. @param[out] aData A pointer to the data to write. @param[in] aSize Number of bytes to write.