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