Function windows::Wdk::Storage::FileSystem::RtlNormalizeString
pub unsafe fn RtlNormalizeString<P0>(
normform: u32,
sourcestring: P0,
sourcestringlength: i32,
destinationstring: PWSTR,
destinationstringlength: *mut i32,
) -> NTSTATUSwhere
P0: Param<PCWSTR>,