Function rustix::fs::copyfile_state_get
source · pub unsafe fn copyfile_state_get(
state: copyfile_state_t,
flag: u32,
dst: *mut c_void
) -> Result<()>Expand description
copyfile_state_get(state, flags, dst)
Safety
The state operand must be allocated with copyfile_state_alloc and not
yet freed with copyfile_state_free.