pub fn register_class(
    rust_name: &'static str,
    js_mod: Option<&'static str>,
    js_name: &'static str,
    props: Vec<Property>
)