Function emscripten_idb_async_exists

Source
pub unsafe extern "C" fn emscripten_idb_async_exists(
    db_name: *const c_char,
    file_id: *const c_char,
    arg: *mut c_void,
    oncheck: em_idb_exists_func,
    onerror: em_arg_callback_func,
)