windows::Wdk::Storage::FileSystem

Function RtlIsNormalizedString

pub unsafe fn RtlIsNormalizedString<P1>(
    normform: u32,
    sourcestring: P1,
    sourcestringlength: i32,
    normalized: *mut bool,
) -> NTSTATUS
where P1: Param<PCWSTR>,