pub unsafe fn DsBindA<P0, P1>(
    domaincontrollername: P0,
    dnsdomainname: P1,
    phds: *mut HANDLE
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,