pub unsafe fn DRMIsWindowProtected<P0>(
    hwnd: P0,
    pfprotected: *mut BOOL
) -> Result<()>
where P0: IntoParam<HWND>,