Function GetTextExtentPoint32W

Source
pub unsafe extern "C" fn GetTextExtentPoint32W(
    hdc: HDC,
    lpString: LPCWSTR,
    c: c_int,
    psizl: LPSIZE,
) -> BOOL