pub unsafe fn DdeQueryStringW<P0>(
    idinst: u32,
    hsz: P0,
    psz: Option<&mut [u16]>,
    icodepage: i32
) -> u32
where P0: IntoParam<HSZ>,