pub unsafe extern "C" fn kernel_block_pointer_copy_data(
block: *const kernel_BlockPointer,
) -> *mut kernel_ByteArray
Expand description
@brief Copies block data into the returned byte array.
@param[in] block Non-null. @return Allocated byte array holding the block data.