Function emscripten_idb_async_clear

Source
pub unsafe extern "C" fn emscripten_idb_async_clear(
    db_name: *const c_char,
    arg: *mut c_void,
    onclear: em_arg_callback_func,
    onerror: em_arg_callback_func,
)