etebase_signed_invitation_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_signed_invitation_destroy(
ffi.Pointer<EtebaseSignedInvitation> this_,
) {
return _etebase_signed_invitation_destroy(
this_,
);
}