Function WlanSetProfilePosition
pub unsafe fn WlanSetProfilePosition<P2>(
hclienthandle: HANDLE,
pinterfaceguid: *const GUID,
strprofilename: P2,
dwposition: u32,
preserved: Option<*const c_void>,
) -> u32where
P2: Param<PCWSTR>,