Function windows::Win32::NetworkManagement::WiFi::WlanSetInterface

pub unsafe fn WlanSetInterface<P0>(
    hclienthandle: P0,
    pinterfaceguid: *const GUID,
    opcode: WLAN_INTF_OPCODE,
    dwdatasize: u32,
    pdata: *const c_void,
    preserved: Option<*const c_void>
) -> u32
where P0: Param<HANDLE>,