Function emscripten_idb_store_blob

Source
pub unsafe extern "C" fn emscripten_idb_store_blob(
    db_name: *const c_char,
    file_id: *const c_char,
    buffer: *mut c_void,
    num: c_int,
    perror: *mut c_int,
)