pub unsafe fn PeerPnrpStartResolve<P0, P1, P2>(
    pcwzpeername: P0,
    pcwzcloudname: P1,
    cmaxendpoints: u32,
    hevent: P2,
    phresolve: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<HANDLE>,