Function rustix::fs::copyfile_state_free

source ·
pub unsafe fn copyfile_state_free(state: copyfile_state_t) -> Result<()>
Expand description

copyfile_state_free(state)

Safety

The state operand must be allocated with copyfile_state_alloc and not yet freed with copyfile_state_free.

References