pub unsafe fn DXVAHD_CreateDevice<P0>(
    pd3ddevice: P0,
    pcontentdesc: *const DXVAHD_CONTENT_DESC,
    usage: DXVAHD_DEVICE_USAGE,
    pplugin: PDXVAHDSW_Plugin
) -> Result<IDXVAHD_Device>
where P0: IntoParam<IDirect3DDevice9Ex>,