pub unsafe extern "C" fn CFG_SetConfigInfoBlk8(
    size: u32_,
    blkID: u32_,
    inData: *const c_void
) -> Result
Expand description

Sets a config info block with flags = 8.

§Arguments

  • size - Size of the data to retrieve.
  • blkID - ID of the block to retrieve.
  • inData - Pointer to block data to write.