pub fn zero_data(account: &AccountView) -> ProgramResultExpand description
Zero the data bytes of an account without changing lamports or owner.
Useful for “soft close” patterns where you want to mark an account as consumed but leave it allocated for potential reuse.