Function rustix::fs::copyfile_state_get_copied
source · pub unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> Result<u64>
Expand description
copyfile_state_get(state, COPYFILE_STATE_COPIED)
Safety
The state
operand must be allocated with copyfile_state_alloc
and not
yet freed with copyfile_state_free
.