Function DRMCreateIssuanceLicense
pub unsafe fn DRMCreateIssuanceLicense<P2, P3, P5>(
psttimefrom: *mut SYSTEMTIME,
psttimeuntil: *mut SYSTEMTIME,
wszreferralinfoname: P2,
wszreferralinfourl: P3,
howner: u32,
wszissuancelicense: P5,
hboundlicense: u32,
phissuancelicense: *mut u32,
) -> Result<()>where
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P5: Param<PCWSTR>,