libsqlite3_sys

Function sqlite3_snapshot_open

Source
pub unsafe extern "C" fn sqlite3_snapshot_open(
    db: *mut sqlite3,
    zSchema: *const c_char,
    pSnapshot: *mut sqlite3_snapshot,
) -> c_int