Function windows::Win32::UI::Shell::StrToInt64ExA

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