pub unsafe extern "C" fn mjs_setUserValueWithCleanup( element: *mut mjsElement, key: *const c_char, data: *const c_void, cleanup: Option<unsafe extern "C" fn(arg1: *const c_void)>, )