pub unsafe fn MFCreateASFIndexerByteStream<P0>(
    picontentbytestream: P0,
    cbindexstartoffset: u64
) -> Result<IMFByteStream>
where P0: IntoParam<IMFByteStream>,