pub unsafe fn InternetTimeFromSystemTimeW(
    pst: *const SYSTEMTIME,
    dwrfc: u32,
    lpsztime: PWSTR,
    cbtime: u32,
) -> Result<()>