Function file_open_tmp

pub fn file_open_tmp(
    tmpl: Option<impl AsRef<Path>>,
) -> Result<(OwnedFd, PathBuf), Error>