pub unsafe extern "C" fn sqlite3_snapshot_get(
    p: *mut sqlite3,
    p: *const c_char,
    pp: *mut *mut sqlite3_snapshot
) -> c_int