pub unsafe fn DRMGetUnboundLicenseAttribute<P0>(
    hqueryroot: u32,
    wszattributetype: P0,
    iwhich: u32,
    peencoding: *mut DRMENCODINGTYPE,
    pcbuffer: *mut u32,
    pbbuffer: *mut u8
) -> Result<()>
where P0: IntoParam<PCWSTR>,