pub unsafe fn DsAddressToSiteNamesA<P0>(
    computername: P0,
    socketaddresses: &[SOCKET_ADDRESS],
    sitenames: *mut *mut PSTR
) -> u32
where P0: IntoParam<PCSTR>,