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