Function emscripten_idb_exists

Source
pub unsafe extern "C" fn emscripten_idb_exists(
    db_name: *const c_char,
    file_id: *const c_char,
    pexists: *mut c_int,
    perror: *mut c_int,
)