register_detector: Register a new detector
Description
Register a new data leakage detector function
Usage
register_detector(name, fun, description = "")
Value
Invisibly returns registration status
Arguments
- name
Name of the detector
- fun
TODO: Add description
- description
TODO: Add description