windows::Win32::NetworkManagement::WiFi

Function WlanSetProfileCustomUserData

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