pub unsafe fn CreateEditableStream<P0>(
    ppseditable: *mut Option<IAVIStream>,
    pssource: P0
) -> Result<()>
where P0: IntoParam<IAVIStream>,