pub unsafe fn DsGetDcNextA<P0>(
    getdccontexthandle: P0,
    sockaddresscount: Option<*mut u32>,
    sockaddresses: Option<*mut *mut SOCKET_ADDRESS>,
    dnshostname: Option<*mut PSTR>
) -> u32
where P0: IntoParam<HANDLE>,