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