pub unsafe fn HlinkCreateExtensionServices<P0, P1, P2, P3, P4, T>(
    pwzadditionalheaders: P0,
    phwnd: P1,
    pszusername: P2,
    pszpassword: P3,
    piunkouter: P4
) -> Result<T>
where P0: IntoParam<PCWSTR>, P1: IntoParam<HWND>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<IUnknown>, T: Interface,