static extern bool SetLocalTime(ref SYSTEMTIME time);
public extern static uint SetSystemTime(ref SYSTEMTIME lpSystemTime);
public static extern bool SetSystemTime([In] ref SYSTEMTIME st);
public extern static void GetSystemTime(ref SYSTEMTIME lpSystemTime);