Function windows::Win32::UI::Shell::StrToIntExA

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