SetRectEmpty

[DllImport("user32.dll", SetLastError = true)]
public static extern bool SetRectEmpty(
   out RECT lprc
);

Microsoft documentation: Link

Last updated