pub unsafe fn DdeCreateStringHandleW<P0>(
    idinst: u32,
    psz: P0,
    icodepage: i32
) -> HSZ
where P0: IntoParam<PCWSTR>,