pub unsafe fn DsGetDomainControllerInfoA<P0, P1>(
    hds: P0,
    domainname: P1,
    infolevel: u32,
    pcout: *mut u32,
    ppinfo: *mut *mut c_void
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCSTR>,