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