Function WlanGetProfile
pub unsafe fn WlanGetProfile<P2>(
hclienthandle: HANDLE,
pinterfaceguid: *const GUID,
strprofilename: P2,
preserved: Option<*const c_void>,
pstrprofilexml: *mut PWSTR,
pdwflags: Option<*mut u32>,
pdwgrantedaccess: Option<*mut u32>,
) -> u32where
P2: Param<PCWSTR>,