pub unsafe fn CreateRandomAccessStreamOverStream<P0, T>(
    stream: P0,
    options: BSOS_OPTIONS,
) -> Result<T>
where P0: Param<IStream>, T: Interface,