Function windows::Wdk::Storage::FileSystem::RtlIsNormalizedString
pub unsafe fn RtlIsNormalizedString<P0>(
normform: u32,
sourcestring: P0,
sourcestringlength: i32,
normalized: *mut BOOLEAN,
) -> NTSTATUSwhere
P0: Param<PCWSTR>,