pub unsafe fn IdnToAscii(
    dwflags: u32,
    lpunicodecharstr: &[u16],
    lpasciicharstr: Option<&mut [u16]>
) -> i32