etebase_user_profile_get_pubkey_size method
The size of the user's identity public key
@param this_ the object handle
Implementation
int etebase_user_profile_get_pubkey_size(
ffi.Pointer<EtebaseUserProfile> this_,
) {
return _etebase_user_profile_get_pubkey_size(
this_,
);
}