pub unsafe fn DRMGetBoundLicenseAttributeCount<P0>(
    hqueryroot: u32,
    wszattribute: P0,
    pcattributes: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,