Function windows::Win32::NetworkManagement::Dhcp::DhcpUndoRequestParams

pub unsafe fn DhcpUndoRequestParams<P0, P1>(
    flags: u32,
    reserved: Option<*const c_void>,
    adaptername: P0,
    requestidstr: P1,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,