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