pub unsafe fn WinHttpTimeToSystemTime<P0>(
    pwsztime: P0,
    pst: *mut SYSTEMTIME
) -> Result<()>
where P0: IntoParam<PCWSTR>,