pub fn open_path_at(
    dir: &OpenFd,
    path: &CStr,
    flags: c_int
) -> Result<OpenFd, Error>