pub unsafe fn GetStringScripts<P0>(
    dwflags: u32,
    lpstring: P0,
    cchstring: i32,
    lpscripts: Option<&mut [u16]>
) -> i32
where P0: IntoParam<PCWSTR>,