Function WlanGetProfileCustomUserData
pub unsafe fn WlanGetProfileCustomUserData<P2>(
hclienthandle: HANDLE,
pinterfaceguid: *const GUID,
strprofilename: P2,
preserved: Option<*const c_void>,
pdwdatasize: *mut u32,
ppdata: *mut *mut u8,
) -> u32where
P2: Param<PCWSTR>,