Function windows::Win32::Networking::WinInet::GopherGetAttributeA
pub unsafe fn GopherGetAttributeA<P0, P1>(
hconnect: *const c_void,
lpszlocator: P0,
lpszattributename: P1,
lpbuffer: &mut [u8],
lpdwcharactersreturned: *mut u32,
lpfnenumerator: GOPHER_ATTRIBUTE_ENUMERATOR,
dwcontext: usize,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,