Function windows::Win32::UI::Shell::StrToIntExW

pub unsafe fn StrToIntExW<P0>(
    pszstring: P0,
    dwflags: i32,
    piret: *mut i32
) -> BOOL
where P0: IntoParam<PCWSTR>,