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