pub unsafe fn DRMAcquireAdvisories<P0, P1>(
    hlicensestorage: u32,
    wszlicense: P0,
    wszurl: P1,
    pvcontext: *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,