pub unsafe fn CreateStreamOverRandomAccessStream<P0, T>(
    randomaccessstream: P0
) -> Result<T>
where P0: IntoParam<IUnknown>, T: Interface,