pub unsafe extern "C" fn aws_endpoints_rule_engine_new(
    allocator: *mut aws_allocator,
    ruleset: *mut aws_endpoints_ruleset,
    partitions_config: *mut aws_partitions_config
) -> *mut aws_endpoints_rule_engine
Expand description

Create new rule engine for a given ruleset. In cases of failure NULL is returned and last error is set.