pub unsafe fn GetAddrInfoW<P0, P1>(
    pnodename: P0,
    pservicename: P1,
    phints: Option<*const ADDRINFOW>,
    ppresult: *mut *mut ADDRINFOW
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,