pub unsafe fn DdeSetQualityOfService<P0>(
    hwndclient: P0,
    pqosnew: *const SECURITY_QUALITY_OF_SERVICE,
    pqosprev: *mut SECURITY_QUALITY_OF_SERVICE
) -> Result<()>
where P0: IntoParam<HWND>,