pub unsafe extern "system" fn GetPrivateProfileIntW(
    lpappname: PCWSTR,
    lpkeyname: PCWSTR,
    ndefault: i32,
    lpfilename: PCWSTR
) -> i32