pub fn runtime_drop_ref<'c>(
    context: &'c Context,
    operand: Value<'c, '_>,
    count: IntegerAttribute<'c>,
    location: Location<'c>
) -> RuntimeDropRefOperation<'c>
Expand description

Creates a runtime.drop_ref operation.