pub unsafe fn NormalizeString(
    normform: NORM_FORM,
    lpsrcstring: &[u16],
    lpdststring: Option<&mut [u16]>
) -> i32