pub unsafe fn FixBrushOrgEx<P0>(
    hdc: P0,
    x: i32,
    y: i32,
    ptl: Option<*const POINT>
) -> BOOL
where P0: IntoParam<HDC>,