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