pub fn element_add_key_up_listener(
    element: &ExternRef,
    handler: impl FnMut(KeyboardEvent) + Send + 'static
) -> Arc<FunctionHandle>