pub unsafe fn WlanSetProfileEapXmlUserData<P0, P1, P2>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    strprofilename: P1,
    dwflags: WLAN_SET_EAPHOST_FLAGS,
    streapxmluserdata: P2,
    preserved: Option<*const c_void>
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,