Function windows::Win32::NetworkManagement::WiFi::WlanSetAutoConfigParameter
pub unsafe fn WlanSetAutoConfigParameter<P0>(
hclienthandle: P0,
opcode: WLAN_AUTOCONF_OPCODE,
dwdatasize: u32,
pdata: *const c_void,
preserved: Option<*const c_void>,
) -> u32where
P0: Param<HANDLE>,