Function polkavm_linux_raw::sys_openat

source ยท
pub fn sys_openat(
    dir: FdRef<'_>,
    path: &CStr,
    flags: c_uint,
) -> Result<Fd, Error>