pub unsafe fn WdsTransportServerCompleteRead<P0>(
    hprovider: P0,
    ulbytesread: u32,
    pvuserdata: *const c_void,
    hreadresult: HRESULT
) -> Result<()>
where P0: IntoParam<HANDLE>,