Function DsBindByInstanceA
pub unsafe fn DsBindByInstanceA<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<PCSTR>,
P1: Param<PCSTR>,
P3: Param<PCSTR>,
P5: Param<PCSTR>,