Function windows::Win32::Networking::WinInet::InternetTimeToSystemTime
pub unsafe fn InternetTimeToSystemTime<P0>(
lpsztime: P0,
pst: *mut SYSTEMTIME,
dwreserved: u32,
) -> Result<()>where
P0: Param<PCSTR>,