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