pub unsafe fn SLGetServerStatus<P0, P1, P2>(
    pwszserverurl: P0,
    pwszacquisitiontype: P1,
    pwszproxyserver: P2,
    wproxyport: u16,
) -> Result<HRESULT>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,