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