#[no_mangle]
pub extern "C" fn pactffi_matching_rule_pointer(
    rule_result: *const MatchingRuleResult
) -> *const MatchingRule
Expand description

Returns the matching rule pointer for the matching rule. Will return a NULL pointer if the matching rule result was a reference.

§Safety

This function is safe as long as the MatchingRuleResult pointer is a valid pointer and the iterator it came from has not been deleted.