pub unsafe fn GetInterfaceContextTableForHostName<P0, P1>(
    hostname: P0,
    proxyname: P1,
    flags: u32,
    connectionprofilefilterrawdata: Option<&[u8]>
) -> Result<*mut NET_INTERFACE_CONTEXT_TABLE>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,