pub unsafe extern "C" fn sqlite3_wal_frame_page_no(
    pWal: *mut sqlite3_wal,
    iFrame: u32
) -> u32
Available on crate feature core only.