[][src]Function wasi_common_lucet::hostcalls::wasi_common_path_open

#[no_mangle]
pub unsafe extern "C" fn wasi_common_path_open(
    wasi_ctx: *mut WasiCtx,
    memory: *mut u8,
    memory_len: usize,
    dirfd: u32,
    dirflags: u32,
    path_ptr: u32,
    path_len: u32,
    oflags: u16,
    fs_rights_base: u64,
    fs_rights_inheriting: u64,
    fs_flags: u16,
    fd_out_ptr: u32
) -> u16