Function windows::Win32::System::WindowsProgramming::GetProfileIntA

pub unsafe fn GetProfileIntA<P0, P1>(
    lpappname: P0,
    lpkeyname: P1,
    ndefault: i32,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,