pub unsafe extern "system" fn RtlIsNormalizedString(
    normform: u32,
    sourcestring: PCWSTR,
    sourcestringlength: i32,
    normalized: *mut BOOLEAN
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"