SQLInitEnumServers

Function SQLInitEnumServers 

pub unsafe fn SQLInitEnumServers<P0, P1>(
    pwchservername: P0,
    pwchinstancename: P1,
) -> HANDLE
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,