pub unsafe fn DPA_LoadStream<P2>( phdpa: *mut HDPA, pfn: PFNDPASTREAM, pstream: P2, pvinstdata: Option<*const c_void>, ) -> Result<()>where P2: Param<IStream>,