pub unsafe extern "C" fn sqlite3_bind_int64(
    arg1: *mut sqlite3_stmt,
    arg2: c_int,
    arg3: sqlite3_int64
) -> c_int