pub unsafe fn DsGetDcOpenW<P0, P1, P2>(
    dnsname: P0,
    optionflags: u32,
    sitename: P1,
    domainguid: Option<*const GUID>,
    dnsforestname: P2,
    dcflags: u32,
    retgetdccontext: *mut HANDLE
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,