pub unsafe fn DRMAttest<P0>(
    henablingprincipal: u32,
    wszdata: P0,
    etype: DRMATTESTTYPE,
    pcattestedblob: *mut u32,
    wszattestedblob: PWSTR
) -> Result<()>
where P0: IntoParam<PCWSTR>,