Function DRMCreateBoundLicense
pub unsafe fn DRMCreateBoundLicense<P2>(
henv: u32,
pparams: *mut DRMBOUNDLICENSEPARAMS,
wszlicensechain: P2,
phboundlicense: *mut u32,
pherrorlog: *mut u32,
) -> Result<()>where
P2: Param<PCWSTR>,