pub unsafe extern "C" fn WasmEdge_ConfigureRemoveProposal(
    Cxt: *mut WasmEdge_ConfigureContext,
    Prop: WasmEdge_Proposal
)
Expand description

Remove a proposal setting in the WasmEdge_ConfigureContext.

This function is thread-safe.

\param Cxt the WasmEdge_ConfigureContext to remove the proposal. \param Prop the proposal value.