etebase_signed_invitation_get_from_pubkey_size method
The size of the public key of the inviting user
@param this_ the object handle
Implementation
int etebase_signed_invitation_get_from_pubkey_size(
ffi.Pointer<EtebaseSignedInvitation> this_,
) {
return _etebase_signed_invitation_get_from_pubkey_size(
this_,
);
}