Function windows::Win32::Networking::WinInet::InternetTimeToSystemTimeA

pub unsafe fn InternetTimeToSystemTimeA<P0>(
    lpsztime: P0,
    pst: *mut SYSTEMTIME,
    dwreserved: u32,
) -> Result<()>
where P0: Param<PCSTR>,