pub unsafe fn MagSetInputTransform<P0>(
    fenabled: P0,
    prectsource: *const RECT,
    prectdest: *const RECT
) -> Result<()>
where P0: IntoParam<BOOL>,