pub unsafe extern "C" fn sqlite3_realloc64(
    p: *mut c_void,
    n: sqlite3_uint64
) -> *mut c_void