Function WlanSetProfileCustomUserData
pub unsafe fn WlanSetProfileCustomUserData<P2>(
hclienthandle: HANDLE,
pinterfaceguid: *const GUID,
strprofilename: P2,
pdata: &[u8],
preserved: Option<*const c_void>,
) -> u32where
P2: Param<PCWSTR>,