Function WlanSetProfileEapXmlUserData
pub unsafe fn WlanSetProfileEapXmlUserData<P2, P4>(
hclienthandle: HANDLE,
pinterfaceguid: *const GUID,
strprofilename: P2,
dwflags: WLAN_SET_EAPHOST_FLAGS,
streapxmluserdata: P4,
preserved: Option<*const c_void>,
) -> u32where
P2: Param<PCWSTR>,
P4: Param<PCWSTR>,