etebase_user_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_user_destroy(
ffi.Pointer<EtebaseUser> this_,
) {
return _etebase_user_destroy(
this_,
);
}
Destroy the object
@param this_ the object handle
void etebase_user_destroy(
ffi.Pointer<EtebaseUser> this_,
) {
return _etebase_user_destroy(
this_,
);
}