pub unsafe fn ScriptStringOut<P0>(
    ssa: *const c_void,
    ix: i32,
    iy: i32,
    uoptions: ETO_OPTIONS,
    prc: Option<*const RECT>,
    iminsel: i32,
    imaxsel: i32,
    fdisabled: P0
) -> Result<()>
where P0: IntoParam<BOOL>,