pub unsafe extern "C" fn WasmEdge_ConfigureIsAllowAFUNIX(
    Cxt: *const WasmEdge_ConfigureContext
) -> bool
Expand description

Get the AllowAFUNIX option.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to get the boolean value.

\returns the boolean value to determine to enable AF_UNIX support in the WASI socket or not.