SealdRevokeResult_Free method
SealdRevokeResult_Free frees the memory allocated for the SealdRevokeResult itself, and all fields within.
@param d The SealdRevokeResult to free.
Implementation
void SealdRevokeResult_Free(
ffi.Pointer<NativeSealdRevokeResult> d,
) {
return _SealdRevokeResult_Free(
d,
);
}