Function close_range

Source
pub fn close_range(
    first: RawFd,
    last: RawFd,
    flags: CloseRangeFlags,
) -> Result<c_int, Errno>