pub unsafe extern "C" fn ddwaf_subcontext_init(
context: ddwaf_context,
) -> ddwaf_subcontextExpand description
Subcontext object to perform matching using the provided WAF instance.
@param context Context from which to derive this subcontext. (nonnull)
@return Handle to the subcontext instance.