pub unsafe extern "system" fn NormalizeString(
    normform: NORM_FORM,
    lpsrcstring: PCWSTR,
    cwsrclength: i32,
    lpdststring: PWSTR,
    cwdstlength: i32
) -> i32
Expand description

Required features: "Win32_Globalization"