Function windows::Win32::NetworkManagement::WiFi::WlanDeleteProfile
pub unsafe fn WlanDeleteProfile<P0, P1>(
hclienthandle: P0,
pinterfaceguid: *const GUID,
strprofilename: P1,
preserved: Option<*const c_void>,
) -> u32where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,