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