Function DsBindByInstanceW
pub unsafe fn DsBindByInstanceW<P0, P1, P3, P5>(
servername: P0,
annotation: P1,
instanceguid: Option<*const GUID>,
dnsdomainname: P3,
authidentity: Option<*const c_void>,
serviceprincipalname: P5,
bindflags: Option<u32>,
phds: *mut HANDLE,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P3: Param<PCWSTR>,
P5: Param<PCWSTR>,