pub unsafe fn DPA_SaveStream<'a>(
hdpa: *mut _DPA,
pfn: Option<unsafe extern "system" fn(_: *mut DPASTREAMINFO, _: *mut c_void, _: *mut c_void) -> HRESULT>,
pstream: impl IntoParam<'a, IStream>,
pvinstdata: *mut c_void,
) -> Result<(), Error>