forked from Proxmox/proxmox
2b6ecfd38d
Under the hood, this function calls `mkdtemp` from libc. Unfortunatly the nix crate did not provide bindings for this function, so we have to call into libc directly. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>