pub unsafe fn DRMCreateEnablingBitsDecryptor<P0, P1>(
    hboundlicense: u32,
    wszright: P0,
    hauxlib: u32,
    wszauxplug: P1,
    phdecryptor: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,