pub unsafe fn EditStreamSetNameW<P0, P1>(pavi: P0, lpszname: P1) -> Result<()>
where P0: IntoParam<IAVIStream>, P1: IntoParam<PCWSTR>,