pub unsafe extern "system" fn RtlNormalizeString(
    normform: u32,
    sourcestring: PCWSTR,
    sourcestringlength: i32,
    destinationstring: PWSTR,
    destinationstringlength: *mut i32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"