pub unsafe fn BeginBufferedAnimation<'a>(
hwnd: impl IntoParam<'a, HWND>,
hdctarget: impl IntoParam<'a, HDC>,
prctarget: *const RECT,
dwformat: BP_BUFFERFORMAT,
ppaintparams: *const BP_PAINTPARAMS,
panimationparams: *const BP_ANIMATIONPARAMS,
phdcfrom: *mut HDC,
phdcto: *mut HDC,
) -> isize