pub unsafe fn AVIMakeStreamFromClipboard<P0>(
    cfformat: u32,
    hglobal: P0
) -> Result<IAVIStream>
where P0: IntoParam<HANDLE>,