Function windows::Win32::UI::Shell::StrToInt64ExW

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