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