[][src]Function winapi::um::winbase::GetPrivateProfileIntW

pub unsafe extern "system" fn GetPrivateProfileIntW(
    lpAppName: LPCWSTR,
    lpKeyName: LPCWSTR,
    nDefault: INT,
    lpFileName: LPCWSTR
) -> UINT