GetFriendListPage method
Implementation
void GetFriendListPage(ffi.Pointer<ffi.Char> operationID, int offset, int count, bool filterBlack) {
return _GetFriendListPage(operationID, offset, count, filterBlack);
}
void GetFriendListPage(ffi.Pointer<ffi.Char> operationID, int offset, int count, bool filterBlack) {
return _GetFriendListPage(operationID, offset, count, filterBlack);
}