pub unsafe extern "system" fn CalculatePopupWindowPosition(
    anchorPoint: *const POINT,
    windowSize: *const SIZE,
    flags: UINT,
    excludeRect: *mut RECT,
    popupWindowPosition: *mut RECT
) -> BOOL