pub unsafe extern "C" fn sqlite3_bind_int64(
    p: *mut sqlite3_stmt,
    n: c_int,
    n: sqlite3_int64
) -> c_int