pub unsafe fn ExtTextOutW<P0, P1>(
    hdc: P0,
    x: i32,
    y: i32,
    options: ETO_OPTIONS,
    lprect: Option<*const RECT>,
    lpstring: P1,
    c: u32,
    lpdx: Option<*const i32>
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<PCWSTR>,