Function windows::Win32::Graphics::Gdi::GrayStringA

pub unsafe fn GrayStringA<P0, P1, P2>(
    hdc: P0,
    hbrush: P1,
    lpoutputfunc: GRAYSTRINGPROC,
    lpdata: P2,
    ncount: i32,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
) -> BOOL
where P0: Param<HDC>, P1: Param<HBRUSH>, P2: Param<LPARAM>,