Function windows::Wdk::Storage::FileSystem::RtlIsNormalizedString

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