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