pub unsafe fn DRMGetUnboundLicenseObject<P0>(
    hqueryroot: u32,
    wszsubobjecttype: P0,
    iindex: u32,
    phsubquery: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,