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