pub unsafe fn InternetTimeFromSystemTime(
    pst: *const SYSTEMTIME,
    dwrfc: u32,
    lpsztime: &mut [u8],
) -> Result<()>