Function windows::Win32::Networking::WinInet::GopherCreateLocatorW

pub unsafe fn GopherCreateLocatorW<P0, P1, P2>(
    lpszhost: P0,
    nserverport: u16,
    lpszdisplaystring: P1,
    lpszselectorstring: P2,
    dwgophertype: u32,
    lpszlocator: PWSTR,
    lpdwbufferlength: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,