Function windows::Win32::Networking::WinInet::GopherCreateLocatorA
pub unsafe fn GopherCreateLocatorA<P0, P1, P2>(
lpszhost: P0,
nserverport: u16,
lpszdisplaystring: P1,
lpszselectorstring: P2,
dwgophertype: u32,
lpszlocator: PSTR,
lpdwbufferlength: *mut u32,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,