pub unsafe fn DRMAcquireIssuanceLicenseTemplate<P0>(
    hclient: u32,
    uflags: u32,
    pvreserved: *mut c_void,
    pwsztemplateids: Option<&[PCWSTR]>,
    wszurl: P0,
    pvcontext: *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>,