macro_rules! optional_root_object_to_js_or_null {
    ($cx: expr, $binding:expr) => { ... };
}