Function GetTextExtentExPointA

Source
pub unsafe extern "C" fn GetTextExtentExPointA(
    hdc: HDC,
    lpszString: LPCSTR,
    cchString: c_int,
    nMaxExtent: c_int,
    lpnFit: LPINT,
    lpnDx: LPINT,
    lpSize: LPSIZE,
) -> BOOL