Function windows::Win32::Networking::ActiveDirectory::DsBindWithCredA

pub unsafe fn DsBindWithCredA<P0, P1>(
    domaincontrollername: P0,
    dnsdomainname: P1,
    authidentity: Option<*const c_void>,
    phds: *mut HANDLE,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,