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